> For the complete documentation index, see [llms.txt](https://autogpt-next-web.gitbook.io/autogpt-next-web/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://autogpt-next-web.gitbook.io/autogpt-next-web/networking-capability-configuration-description.md).

# Networking capability configuration description

### Synchronize our latest code

Refer to the doc "How to keep up with upstream code to keep up with the new" to synchronize our latest code, or refer to the doc "Deployment Tutorial" to re-deploy our latest project code by following the procedure

### Configure environment variables (for networking capabilities)

#### **1. Find "settings" - " Environment Variables " in the project and add two new environment variables**

![](https://egqz2y6eul.feishu.cn/space/api/box/stream/download/asynccode/?code=ZmE5MzhlN2QyODdhYWNiODY4NmI0ZTlkM2VjNmEyOTdfcjdxOWlmN2V2RzRiSUZ6dFFGd2lXSTVvSXV0V0pjUXhfVG9rZW46RHBmc2JKMVdjb3dTYWt4MUV0U2NFOThNbkJnXzE2ODMxNjc3OTk6MTY4MzE3MTM5OV9WNA)

#### **2, the first environment variables : fill in the key position `NEXT_PUBLIC_WEB_SEARCH_ENABLED` fill in the value position `true`**

![](https://egqz2y6eul.feishu.cn/space/api/box/stream/download/asynccode/?code=MTgwYTQ3ZWFhMWY4NzBlY2UwNWM4MzI4MmRhNzQ3OWZfWWlYN281bFE2aWR3ZkpmR0dubVpSc2d1MktmbkdXNjhfVG9rZW46SDBmUGJuelZQb1l6QWF4ZmpJeWN2UmlYbnZlXzE2ODMxNjc3OTk6MTY4MzE3MTM5OV9WNA)![](https://egqz2y6eul.feishu.cn/space/api/box/stream/download/asynccode/?code=OWJhYWNmMTk3MWE4MTg2NjEzN2MyNDYxMmQyYjI4MWVfNms1Z29FNTY2dlV1V3VjZm5jMW9PYmFNZDVubWlaZUhfVG9rZW46Wkh4WWJ0T1dSb3J5emt4dWlTSGNhNFNEbnFmXzE2ODMxNjc3OTk6MTY4MzE3MTM5OV9WNA)

#### **3, the second environment variables : fill in the value of `SERP_API_KEY` value in the key position need to get and then fill in**

Login to register this website [https://serper.dev/playground ](https://serper.dev/playground), get API KEY, this website is used to call the Internet search, such as Google, Baidu, etc., the API Key filled in the position of the above value

![](https://egqz2y6eul.feishu.cn/space/api/box/stream/download/asynccode/?code=OGNmNzdkMzRjNDgxMTIzMTYzODYwYTAxMjM1NzczMDNfMWMyZUR6S0hUVTdIc1FpZkNjcndNSEh1WkVPWXRKZjdfVG9rZW46Vzc4dGJHN0NEb1Z2eXR4cXRNdmNpVjlibndiXzE2ODMxNjc3OTk6MTY4MzE3MTM5OV9WNA)

#### **4. After filling in, go back to the Vercel website, find the corresponding item, click Enter, and find the button as shown, click Enter**

![](/files/V2egp2PTuNijZAw4rgtj)

#### **5. Click the three dots on the left of visit, find the redeploy button, and click**

![](/files/XxvIXRoqgzXHctv99DNx)

#### **The above deployment is completed, at this time you can experience the networking ability pull, need paper, networking ability is very expensive, the above registered API free amount is 1000, a single question consumption between 5-15, up to 200 questions can be asked**

![](https://egqz2y6eul.feishu.cn/space/api/box/stream/download/asynccode/?code=OTQyZjQ0NjdlOGNjY2U2ODU4NDBlYTdjNTI3YTgyZmRfRGdFejBqRUIxMTBqMk42bEc5bmVLZERtVWk0T0JGelRfVG9rZW46T1M1NGJ3YWhRb2YycGV4TTdCcWNpRGNmbkNOXzE2ODMxNjc3OTk6MTY4MzE3MTM5OV9WNA)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://autogpt-next-web.gitbook.io/autogpt-next-web/networking-capability-configuration-description.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
