# Getting around SureCloud

SureCloud is designed to help you move quickly between key areas of the platform.

***

{% columns %}
{% column width="66.66666666666666%" valign="middle" %}

### Navigation drawer

Use the left-hand navigation drawer to move between core areas of SureCloud.

Depending on your permissions, you may see:

* Home
* Applications
* Reports
* User and group administration
* Settings

The options available to you depend on your role and access level.
{% endcolumn %}

{% column width="33.33333333333334%" valign="middle" %}

<div align="center" data-full-width="false"><figure><img src="/files/aNff1vWXPdZ3vLRYclOz" alt="" width="206"><figcaption></figcaption></figure></div>
{% endcolumn %}
{% endcolumns %}

***

{% columns %}
{% column width="50%" valign="middle" %}

<div align="center"><figure><img src="/files/1gi4EmphxykhakN40fON" alt="" width="432"><figcaption></figcaption></figure></div>
{% endcolumn %}

{% column width="50%" %}

### Quick access

Use the icons in the top toolbar for common actions.

* Breadcrumbs\
  Return to areas you opened recently.
* Ask Gracie\
  Open the AI assistant.
* Task List\
  Open tasks assigned to you.
* Profile\
  View your profile or sign out.
  {% endcolumn %}
  {% endcolumns %}

***

{% columns %}
{% column width="41.66666666666667%" %}

### Homepage overview

Your homepage gives you quick access to the items you use most.

You may see:

* Active Tasks\
  Tasks assigned to you that need attention.
* Recently Viewed Records\
  Records you opened recently.
* Your Applications\
  Applications you can access.
  {% endcolumn %}

{% column width="58.33333333333333%" valign="middle" %}

<figure><img src="/files/d9RDVwWQ3auRD4Lw0pNw" alt="" width="563"><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

***

### Help Centre

Use the Help Centre in the bottom-right corner of the page to:

* Access support resources like these
* Send feedback
* Raise a support request


---

# 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://surecloud.gitbook.io/surecloud-docs/documentation/quick-start/quickstart.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.
