# Main Menu

- [My Profile](https://docs.blynk.io/en/blynk.apps/profile-management/my-profile.md): View and edit your account information and settings
- [Organization](https://docs.blynk.io/en/blynk.apps/profile-management/organization-management.md): Here you can view and edit Organization info, manage Users and switch to sub-organizations you have access to.
- [Settings](https://docs.blynk.io/en/blynk.apps/profile-management/settings.md): Blynk app settings
- [Help](https://docs.blynk.io/en/blynk.apps/profile-management/help.md): This section views Blynk Documentation.
- [About](https://docs.blynk.io/en/blynk.apps/profile-management/about.md): Here you can view general app info, setup logging options, send logs and view third parties libraries list.
- [Log Out](https://docs.blynk.io/en/blynk.apps/profile-management/log-out.md): Sometimes you're may want to log out, e.g. sign in under another account or as a part of issues solving.


---

# 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.blynk.io/en/blynk.apps/profile-management.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.
