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

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