> For the complete documentation index, see [llms.txt](https://docs.ushahidi.com/uchaguzi-support/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/uchaguzi-support/rules-and-regulations/access-chart.md).

# Access Chart

### Uchaguzi 2022 Access Chart <a href="#uchaguzi-2017-access-chart" id="uchaguzi-2017-access-chart"></a>

Below is a description of all access levels on the platform, and permissions associated with each.

| **Role**              | **Permissions**                                                                                                                | **Description of Access**                                                                                                                     |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------- |
| Admin                 | Full access and administration of the platform ( Reserved for Ushahidi team members and reps from uchaguzi convening partners) |                                                                                                                                               |
| Structuring           | Manage posts                                                                                                                   | They can view and edit all posts. This team creates all posts from SMS, Email, Twitter. They should NOT PUBLISH or VERIFY any posts.          |
| Media Monitoring      | Manage posts                                                                                                                   | They can view and edit all posts. They create posts from media streams online. They should NOT PUBLISH or VERIFY any posts.                   |
| Translation           | Manage posts                                                                                                                   | They can view and edit all posts. They translate posts received in local languages into english. They should NOT PUBLISH or VERIFY any posts. |
| Geolocation           | Manage Posts                                                                                                                   | They can view and edit all posts. They help to determine accurate locations of posts. They should NOT PUBLISH or VERIFY any posts.            |
| Publishing            | Manage Posts                                                                                                                   | They can view and edit all posts. They are the only team mandated to publish reports.                                                         |
| Verification          | Manage Posts                                                                                                                   | They can view and edit, and verify all posts.                                                                                                 |
| Team Leads            | Manage Users( Upgrades), Manage posts                                                                                          | They can upgrade users onto their respective teams.                                                                                           |
| Analysis and Research | Manage posts                                                                                                                   | They can view all posts, but SHOULD NOT take any action on posts                                                                              |
| Member                | Submit posts                                                                                                                   | They can view their own reports, but cannot take any further action on posts.                                                                 |
| Partners              | Manage posts                                                                                                                   | They can view all posts, and tag any posts they have taken action on                                                                          |


---

# 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/uchaguzi-support/rules-and-regulations/access-chart.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.
