> For the complete documentation index, see [llms.txt](https://docs.smolsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.smolsoftware.com/features/overview/actions.md).

# Actions

You can learn more about how to apply these actions on the [Common Use Cases](/features/common-use-cases.md) page.

1. **Add user to Group**
   1. Commonly used to **grant** users access to a product, access to a project or space, or admin access groups.
2. **Remove user from Group**
   1. Commonly used to **remove** users access to a product, access to a project or space, or admin access groups.
3. **Suspend User Access**
   1. Completely **removes** all access for a user, but keeps their groups intact so they can easily be restored.
4. **Restore User Access**
   1. Allows a user to **access** all their previous products/projects/spaces, from being suspended.

<figure><img src="/files/RNQql1Zn1YnD5AgcIV8Q" alt=""><figcaption><p>User Action Components</p></figcaption></figure>

### Coming Soon

1. Grant product roles and access
2. Remove product roles and access
3. Remove user from Organization
4. Activate managed user
5. Deactivate managed user
6. Delete managed user
7. Import Users and Groups
8. Export Users and Groups

Got a question? Check out our [FAQs](/features/faqs.md) or email us at <hello@smolsoftware.com>&#x20;


---

# 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:

```
GET https://docs.smolsoftware.com/features/overview/actions.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.
