# Web Research

Account Web Research allows you to automatically gather information about your customers from live online sources, including funding rounds, industry news, company press releases, and more. You can leverage Web Research via Account Custom Fields. Web Research fields can be customized by including a custom JSON Schema.

<figure><img src="https://982123570-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9hXBoCTTNw5flARlUVJf%2Fuploads%2FuAqZAPRQcuIm0nAds93P%2FCleanShot%202025-10-04%20at%2013.02.58.gif?alt=media&#x26;token=c26b29b2-30a7-43a6-9dc6-ee229ceb6435" alt="" width="375"><figcaption></figcaption></figure>

#### Description&#x20;

&#x20;Allows you to enter a description to help members and AI identify this field. Ex. "Recent Funding"

<figure><img src="https://982123570-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9hXBoCTTNw5flARlUVJf%2Fuploads%2FxjzUCWj3SJbvD0OK2gBp%2FCleanShot%202025-10-06%20at%2014.54.23.png?alt=media&#x26;token=bee4917c-7210-4f01-bd63-5ff897171645" alt="" width="362"><figcaption></figcaption></figure>

#### Research Instructions&#x20;

Here you can prompt AI on how to collect the information and what context it should use. Inject variables into your prompt with the `{` key.

<figure><img src="https://982123570-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9hXBoCTTNw5flARlUVJf%2Fuploads%2FiR6NFlER05btYDV0N8oU%2FCleanShot%202025-10-06%20at%2014.41.45.png?alt=media&#x26;token=72b3eacf-97a5-4070-a83a-82f591d132b1" alt="" width="365"><figcaption></figcaption></figure>

#### Templates

Research faster using AI web research templates: Latest Funding Round, Company Details, and Recently Acquired.

#### JSON Schema&#x20;

Specify the type of data you want to retreive and the shape of the result. You can then access these retrieved fields in other custom fields.

```
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the company"
    },
    "employee_count": {
      "type": "number",
      "description": "The number of employees in the company"
    }
  }
}
```

<figure><img src="https://982123570-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9hXBoCTTNw5flARlUVJf%2Fuploads%2FhMx7qccC3mR7eHF2eJXO%2FCleanShot%202025-10-06%20at%2014.56.13.png?alt=media&#x26;token=2aa260a1-da28-4d53-94cb-49344d65aef6" alt="" width="368"><figcaption></figcaption></figure>

### Example: Customer Details

<figure><img src="https://982123570-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9hXBoCTTNw5flARlUVJf%2Fuploads%2F5eriiY4GXBd1LFN82xCq%2FCleanShot%202025-10-06%20at%2014.57.38.png?alt=media&#x26;token=dca137ca-00df-4931-9d02-6d21a0aea7c6" alt=""><figcaption></figcaption></figure>

<figure><img src="https://982123570-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9hXBoCTTNw5flARlUVJf%2Fuploads%2FadTFMrE08LJ8CRa8KMxs%2FCleanShot%202025-10-06%20at%2014.39.44.png?alt=media&#x26;token=df8c699e-2248-42df-aefd-a2b516375a48" alt=""><figcaption></figcaption></figure>

**JSON Schema:**&#x20;

```
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the company"
    },
    "employee_count": {
      "type": "number",
      "description": "The number of employees in the company"
    }
  }
}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.usepylon.com/pylon-docs/account-intelligence/fields/web-research.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
