> For the complete documentation index, see [llms.txt](https://help.cliproxy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.cliproxy.com/static.md).

# Static IP Proxies

Characteristics of static I&#x50;**：**

1. **Fixed**: Once assigned to a device, a static IP address will not change automatically unless manually modified by a network administrator.
2. **Stability**: Because the address does not change, static IP is suitable for services that require long-term stable communication, such as website servers, mail servers, etc.
3. **Easy to manage**: For devices that require remote access, static IP can simplify network configuration and management. For example, you can use static IP to set firewall rules or set up domain name resolution.
4. **Configuration required**: Static IP requires manual configuration by the network administrator and usually needs to be obtained from the ISP or set by the administrator in the local network.


---

# 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://help.cliproxy.com/static.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.
