# Setting up Company Context

In this section, we’ll walk you through creating your company context.

Inside the voice agent, under the Context tab, you’ll find three fields:

1. **Company Name: (Required)**\
   Drop in the official name of the organization you represent.
2. **Website URL: (Optional)**\
   Your company’s website address. If you have one, you can place it and click the button"Generate Context",

<figure><img src="/files/5wNIlKcY53lW7p76ynED" alt="" width="213"><figcaption></figcaption></figure>

with this our Artificial Intelligence can create the context for you.

1. **Company Description: (Required)**\
   If you entered a URL, our AI will automatically add your company's context here.

   \
   If you don't have a URL, you can enter it yourself:\
   Add a description of your organization here. This is key for giving the voice agent the right context so it can respond optimally (help it help you!).

<figure><img src="/files/3o2bUu8IBQiVi9ve4YF7" alt="" width="375"><figcaption></figcaption></figure>


---

# 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.dapta.ai/ai-voice-agents/setting-up-company-context.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.
