# What is the difference between an admin and a non admin user?

• Admin users have full permissions so they are able to access and configure all parts of the Taxi system.&#x20;

• Non admin users have limited permissions, so they are only able to access  and edit the projects they have permission to work on.&#x20;

• The different user types are useful when you need to restrict access or if you want to give Taxi access to people outside your organisation (freelancers, translators, copywriters etc.) &#x20;


---

# 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.bird.com/taxi/misc/misc/what-is-the-difference-between-an-admin-and-a-non-admin-user.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.
