> For the complete documentation index, see [llms.txt](https://docs.gptboost.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gptboost.io/security/methods.md).

# IP Security

**The Importance of IP Security**

IP security is the practice of protecting networks and systems from unauthorized access, use, disclosure, disruption, modification, or destruction. IP whitelisting, also known as allowlisting, is a security measure that allows only trusted IP addresses to access a network or system while blocking all others. In the context of GPTBoost, there are two options that you can use to leverage the security of your LLM-powered application.

* &#x20;**Allow Only Given IPs -** The [**Allow Only IPs**](/security/methods/allow-only-ips.md) policy allows teams to specify a list of IP addresses that are allowed to make requests to the LLM.&#x20;
* **Block Only Given IPs -** On the flip side [**Block Only IPs** ](/security/methods/block-only-ips.md)policy allows teams to specify a list of IP addresses that are blocked from making requests to the LLM.&#x20;

These IP security policies play pivotal roles in regulatory compliance, data protection, and network efficiency. They provide you with the means to create robust and efficient security measures, ensuring that your digital space remains safe and resilient.


---

# 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://docs.gptboost.io/security/methods.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.
