> For the complete documentation index, see [llms.txt](https://docs.ushahidi.com/platform-user-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ushahidi.com/platform-user-manual/5.-modes-for-visualizing-and-managing-data-on-your-deployment.md).

# 5. Modes for visualizing and managing data on your deployment

***

The Ushahidi platform provides you with ***modes (i.e. views)*** to not only **visualise** your data in different ways, but to also **manage it**.

We designed “modes” for the discrete and specific actions users need to take within the platform, in a bid to make the platform to be more intuitive and action-oriented for different user types on a deployment.

***

***Guest/anonymous users or viewers*** of a deployment can access three modes as shown below:&#x20;

* Map view
* Data view
* Activity view

<figure><img src="/files/pKgpbb9tcDZnUuIsuq9Y" alt=""><figcaption><p>Logged out version of the sidebar of an Ushahidi deployment.</p></figcaption></figure>

***

***Signed in users(with the necessary permissions)*** can access all four modes as shown below:

* Map view
* Data view
* Activity view
* Settings view

<figure><img src="/files/DgqGK8jqdzYnQE6QtggT" alt=""><figcaption><p>Logged in version of the sidebar of an Ushahidi deployment. </p></figcaption></figure>

***

Your Ushahidi deployment defaults to the map mode for anyone who visits your homepage(as illustrated above). To change your current mode, select any of the options provided to you from the menu on your left.


---

# 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.ushahidi.com/platform-user-manual/5.-modes-for-visualizing-and-managing-data-on-your-deployment.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.
