# Admin vs Manager roles

#### Admin

Admins are the **owners** of your token infrastructure in TMS.

Admins can:

* Deploy and control the smart contracts TMS uses for your project.
* Add or remove **Admins and Managers**.
* **Withdraw or extract funds** from contracts (where the system allows it, e.g. leftover rewards).
* Change project-level settings that affect security and ownership.

Practically, Admins are your:

* Founders
* Core owners
* People who should be able to make irreversible decisions

#### Manager

Managers are your **operators**.

Managers can:

* Create and edit vesting strategies (while they’re mutable).
* Configure and manage token and LP locks.
* Create and manage staking pools.
* Edit public dashboard settings and content.

Managers **cannot**:

* Withdraw funds from contracts.
* Add or remove Admins or Managers.

In most teams:

* Founders / equity holders → **Admins**
* Ops, finance, token ops, trusted partners → **Managers**

You can add additional wallets as Admins or Managers from the **Settings / Roles** section once your workspace is created.

<figure><img src="/files/wGiDdrhmRirYrpli2C9e" alt=""><figcaption></figcaption></figure>


---

# 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://tms-finance.gitbook.io/tms.finance/getting-started/images-and-media.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.
