# Proxy Overview

GPTBoost serves as a proxy for OpenAI Large Language Models (LLMs). This means that it sits between your LLM-powered project and the OpenAI API, and forwards all requests from the user to the LLM. This allows GPTBoost to provide a number of benefits, including:

* **Simplified integration:** You only need to replace their call to the LLM with a call to the proxy. This makes it easy to integrate GPTBoost Proxy into existing applications and workflows.
* **Logging:** GPTBoost logs all requests that go through the proxy. This includes the request body, response body, and all metadata. Additionally, you can add any custom property that is important for your specific app and use case, such as the user ID and IP address.&#x20;
* **Security:** GPTBoost can be used to implement an extra level of protection with GPTBoost IP security policies. This can help to protect the LLM usage from unauthorized access and malicious use.

<figure><img src="/files/eR9yU2xxiiXhv2aPWCKt" alt=""><figcaption><p>GptBoost serves as Proxy between your LLM-powered application and the LLM Model</p></figcaption></figure>

In conclusion, GPTBoost is a powerful tool that can be used to enrich integration with LLMs, improve security, and provide detailed logging and auditing capabilities.


---

# 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/advanced/proxy-overview.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.
