# Getting Started

- [Introduction](https://docs.interaxai.com/getting-started/introduction.md): InteraxAI is a no-code platform that allows you to integrate AI-powered widgets to your website, without having to write any code.
- [Managing API Keys](https://docs.interaxai.com/getting-started/managing-api-keys.md): API keys are used to authenticate your requests to the API Provider. If you do not enter an API key, we will use a shared InteraxAI API key.
- [Creating a new widget](https://docs.interaxai.com/getting-started/creating-a-new-widget.md): There are two ways to create a widget on InteraxAI. You can either create one from scratch or our pre-made example list.
- [Configuring a widget](https://docs.interaxai.com/getting-started/configuring-a-widget.md): Our widgets are highly customizable, allowing you to change their appearance and the way it operates.


---

# 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.interaxai.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.
