# Getting Started

- [Introduction to Dluxchat](https://help.dluxchat.com/getting-started/introduction-to-dluxchat.md)
- [Creating an Agent](https://help.dluxchat.com/getting-started/creating-an-agent.md)
- [Assigning an Identity to Your Agent](https://help.dluxchat.com/getting-started/assigning-an-identity-to-your-agent.md): Hello! 👋 Time to explore how to customize your Agent's identity.
- [Educating your Agent through the Knowledge Hub](https://help.dluxchat.com/getting-started/educating-your-agent-through-the-knowledge-hub.md): Greetings! 😊 Simplifying learning is what we do best at Dluxchat. Our motto revolves around making learning effortless, and the key to this is our Knowledge Hub.
- [Embedding your Agent to a Website](https://help.dluxchat.com/getting-started/embedding-your-agent-to-a-website.md): Hello, I'm Rui! 👋


---

# 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://help.dluxchat.com/getting-started.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.
