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