> For the complete documentation index, see [llms.txt](https://docs.magna.so/admins/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.magna.so/admins/product-guides/admin-app-views/view-your-audit-log.md).

# View Your Audit Log

An audit log can be viewed by all administrative users and details any and all actions taken within the platform by both administrative users, stakeholders, and even Magna team members that take actions in response to administrator requests. The audit log tracks any and all actions and changes related to allocations, stakeholders, transactions, wallets, and more.&#x20;

***

## Administrative User Management

The “Team” page is where administrative users can be added or removed from your company. These are users that have the ability to see details about all allocations across the company. The current permissions that Magna supports include:

* **Super Admin:** Has the ability to add or remove admins.
* **Admin:** Has the ability to view, add, and edit allocations and stakeholders, as well as initiate transactions.
* **Viewer:** Can only view allocations and stakeholders but cannot add or edit them.

In the future, Magna will be adding further granular roles including a **Manager**, who can only view allocations for specific stakeholders.&#x20;

<figure><img src="/files/OLPADKqYEU8bKVnu7Y5g" alt=""><figcaption><p>Top: A view of the Team page showing administrative users of the application. Right: A view of the form to add administrative users.</p></figcaption></figure>


---

# 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.magna.so/admins/product-guides/admin-app-views/view-your-audit-log.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.
