# Conversation with assistants

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fl2dmTEKSqnEOjqqng3nd%2Fuploads%2FKjkzKtx8FIK3EEdfncGX%2FiXHelloConversations.mp4?alt=media&token=a1717e95-2e8a-4003-875f-6bf7cf1eb5f2>" %}

**How to Start a Conversation with an Assistant**

1. **Select an Assistant**
   * From the **Assistant Dropdown Menu**, select your preferred assistant to initiate a conversation. The menu displays all assistants that you have either created personally or have access to base on your permission levels.
2. **Start Typing Your Message**
   * In the **input field** at the bottom of the screen, type the message or question you’d like to ask the assistant.
     * For example, you could type: “Can you translate this sentence?” or “Can you help with troubleshooting login issues?”
3. **Send the Message**
   * After typing your message, press **Enter** or click the **Send** button to initiate the conversation.
4. **Receive a Response**
   * The assistant will process your message and respond with an answer or further instructions, depending on how it was configured.


---

# 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/ixhello/getting-started/conversation-with-assistants.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.
