# Getting started

When you first connect to the platform, you will find yourself on the getting started page.

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

The menu is at the left of your page. By default, the menu is persistent but you can deactivate this option via the **Keep menu open** option at the bottom of the menu. If the persistence is deactivated, click on ![](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAAAtCAYAAAAHiIP8AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAv0lEQVRoge3YIQ7CQBSE4bbhECTUQwikEoeoJ2hMD1eD5gIIHLIBAR6S3qJY9JtJOizz+Zd9/zZrmpfL3ZD9uGLsBRgcocIRKhyhwhEqHKHCESqSiJhEB1fVnLbEvXtC8+GIdbWADv42WsSte0AHM4Uj0Ntj+u+HfWj2tCWO7QmaT+JL5P7bISL8Jrb1hrbE5XyF5sMRs3IKHcwUjkBvjykc8X71zD0gSTxsR6hwhApHqHCECkeocIQKR6hwhIoPPfgZ1Pzr+HwAAAAASUVORK5CYII=) to display the main menu which will allow you to access the main features of the platform.

<figure><img src="/files/9JExOtdNlYR9TNbtNkgx" alt=""><figcaption></figcaption></figure>

Feel free to browse these different menus, including the **Dashboard** which gives you an overall overview of the status of your bot through useful information about your knowledge, your bot analytics and the important actions to be carried out.

Depending on your rights on the platform and modules deployed on the configuration of your bot, the menus that are accessible to you can be significantly different.

Please note that you can also click on the ![](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAnCAYAAABJ0cukAAAACXBIWXMAABYlAAAWJQFJUiTwAAABN0lEQVRYhe2XTWvCQBCGX4vJtaAhSSGeCv0Qiz8gp7ZgT/7gHjz6A0pPPYjgyQRNTGk9bArtoQgejEvtDMPCPMcM7Oyzu+y7aSX98Tcc5kx6Av9FBaRRAWlUQBoVkMZ5gTbHoGEcIIy6jfU8WyNfrkh6sQjcDa8RRkFjPc9WmBAJsByhbLk+Wi+Ld7JeLAJ5dnx1qY4PwCVgmaBN8C+w3UJNkyzLCsbUZH3YBIz5Ovj982ML3/fI+pAL+L6Hh1GKpBcfrCe9C9yPUjIJcoGr20tEcfMVCgCdzjkGwxuSfuQ5MJ8tUJsanmWF57MFSb+W6z/1LEm8z+NTijAKftP3eUo+PvtjbpfKtnQ+FedfoypgY5fIlM+HfXQHbGyKCq8vb9gUFcv4zueAHiFpVEAaFZBGBaRxXuAHKcZVCJemjHgAAAAASUVORK5CYII=) icons to pin the pages for which you want to get a shortcut without even having to click on the main menu.

<figure><img src="/files/vN6lu0Nf45pyxdCqWuDg" alt="" width="27"><figcaption></figcaption></figure>

To configure your account, click at the top right of your account name and click **Account**.

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

You will be able to modify various parameters and modify the default language of your platform.

Important: this is not the language of your bot but only the platform. You can, for example, enrich the knowledge of a bot in English by working from the platform in French.

It is also here that you will be able to manage your email subscription (activity notifications, alerts, etc.).

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


---

# 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-en.dydu.ai/first-use-guide/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.
