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