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

# Getting Started

- [Overview](https://docs.ixhello.com/ixhello/getting-started/overview.md): Detailed walkthrough of the platform's key components, features, functionalities, and how to navigate them effectively.
- [Overview](https://docs.ixhello.com/ixhello/getting-started/overview-1.md): Detailed walkthrough of the platform's key components, features, functionalities, and how to navigate them effectively.
- [Login to iX Hello](https://docs.ixhello.com/ixhello/getting-started/login-to-ix-hello.md): Say Hello to a World of Possibilities in iX Hello
- [Assistant Library](https://docs.ixhello.com/ixhello/getting-started/assistant-library.md)
- [Language Support in iX Hello: Web UI and Conversations](https://docs.ixhello.com/ixhello/getting-started/language-support-in-ix-hello-web-ui-and-conversations.md)
- [Google Gemini Model Support](https://docs.ixhello.com/ixhello/getting-started/google-gemini-model-support.md)
- [Conversation with assistants](https://docs.ixhello.com/ixhello/getting-started/conversation-with-assistants.md): How to have an effective conversation with an assistant inside of iX Hello
- [Chat History](https://docs.ixhello.com/ixhello/getting-started/chat-history.md): Keep track of all your previous interactions
- [Pre-Configured Virtual Assistants](https://docs.ixhello.com/ixhello/getting-started/pre-configured-virtual-assistants.md): Out-of-the-Box Integrations
- [SmartHelp](https://docs.ixhello.com/ixhello/getting-started/pre-configured-virtual-assistants/smarthelp.md): Get the help you need regarding iX Hello and assistant building
- [SmartData](https://docs.ixhello.com/ixhello/getting-started/pre-configured-virtual-assistants/smartdata.md): Analyse and breakdown data for you
- [SmartDev](https://docs.ixhello.com/ixhello/getting-started/pre-configured-virtual-assistants/smartdev.md): Support with Writing and Debugging Coding Tasks
- [SmartContent](https://docs.ixhello.com/ixhello/getting-started/pre-configured-virtual-assistants/smartcontent.md): Crafting and Enhancing Content
- [SmartPlan](https://docs.ixhello.com/ixhello/getting-started/pre-configured-virtual-assistants/smartplan.md): Efficient planning based on the user-submitted projects
- [SmartNotes](https://docs.ixhello.com/ixhello/getting-started/pre-configured-virtual-assistants/smartnotes.md): Get immediate insight of your meetings.
- [Videos](https://docs.ixhello.com/ixhello/getting-started/videos.md)


---

# 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.ixhello.com/ixhello/getting-started.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.
