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

# Configure Agent

<figure><img src="/files/KM6sPFWeAtICteTqVt6A" alt=""><figcaption></figcaption></figure>

After you have created your agent, proceed to configuring your agent to make it  usable in your software

**Output Type:** Depending on your use case, you can select text responses from the agent or  object responses (JSON) for easier intergation with your system.&#x20;

**Web Hook:** The agent send out long running function responses to the webhook url. [Read more about web hook here.](/api/api-web-hook.md) Non-long running responses are returned along with the api response. This is available on text responses only.

**Models:** You can use external models from top AI providers. Vorsto currently supports some of the top most intelligent AI models. You can read more on models [here](/3rd-party-models/gpt.md). This is available only for enterprise users.

**Model API Key:** Depending on your model of choice, you may be required to provide your model api key. Checkout out your desired model from our [supported models](/3rd-party-models/gpt.md) to see how to get the api key. This is available only for enterprise users.

{% hint style="info" %}
Object (JSON) responses can be configured to your desired output to ensure predictable responses at all times for seamless integration [see more details ](/api/object.md)
{% endhint %}


---

# 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.vorsto.io/getting-started/configure-agent.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.
