> For the complete documentation index, see [llms.txt](https://docs.impossiblecloud.com/impossible-cloud-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.impossiblecloud.com/impossible-cloud-help/impossible-cloud-storage-guide/web-console/impossible-cloud-basics/navigating-the-menu.md).

# Navigating the menu

You can **access the console's features** from the menu on the left-hand side of any page. Note that most of these are only visible for the root user - not the IAM users:

* S3 Storage features:
  * **Buckets**: Manage your buckets and underlying objects ([see guide](/impossible-cloud-help/impossible-cloud-storage-guide/buckets-and-objects.md)).
  * **Usage**: See details of your plan and storage as well as egress consumption ([see guide](/impossible-cloud-help/impossible-cloud-storage-guide/billing.md)).
* IAM features ([see guide](/impossible-cloud-help/security/identity-access-management-iam.md)):
  * **Keys**: Find all information for authentication on your S3 API ([see guide](/impossible-cloud-help/impossible-cloud-storage-guide/access-keys.md)).
  * **Users**: Add, delete or edit details of your IAM users ([see guide](/impossible-cloud-help/security/identity-access-management-iam/managing-users.md)).
  * **Groups**: Add, delete or edit details of your groups ([see guide](/impossible-cloud-help/security/identity-access-management-iam/managing-groups.md)).
  * **Policies**: Add, delete or edit details of group-specific policies ([see guide](/impossible-cloud-help/security/identity-access-management-iam/managing-policies.md)).
* Additional features:
  * **Help Center**: Opens the [contact support](https://forms.clickup.com/24413607/f/q91d7-11767/AEQCWX2YUD4PX7RRLR?CanonicalID=documentation) link. You may expect to receive feedback per our SLA according to the ticket's priority. Please see our [Terms of Service](https://www.impossiblecloud.com/terms-of-service) document for more information.
  * **Profile Settings:** Modify the profile settings of your user. For example, you can enable Multi-Factor Authentication (MFA).
  * **Log out**: Sign out of your account to deactivate your session, sign in as a new user or reset your password.


---

# 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.impossiblecloud.com/impossible-cloud-help/impossible-cloud-storage-guide/web-console/impossible-cloud-basics/navigating-the-menu.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.
