# Slot Setup

When interacting with intents, you expect inputs from the users. Those inputs are mapped to slots. You need to capture those inputs for processing the intent.

Hence, slots are created for each intent that expects a user input.&#x20;

On the Slots tab, select the Intent you are creating the slot for in the Select Intent drop down.

Then click on Create New Slot.

a. Chat Intent

<figure><img src="/files/2fwMo1Oe0cvPw3Kuezga" alt="" width="374"><figcaption></figcaption></figure>

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

Enter the details and click Save. Your slot should have been created from ChatIntent.


---

# 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.ixhello.com/ixhc/general/ix-hello-studio-mode/steps/slot-setup.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.
