# Roadmap

[Suggest a feature](https://smolsoftware.atlassian.net/servicedesk/customer/portal/1/group/1/create/8)

## In progress

What we're working on right now!

* [ ] Automation to remove inactive users

## Planned

What we're planning to work on soon!

* [ ] Activate/Deactivate managed user
* [ ] Delete managed users
* [ ] Grant/Remove explicit product roles
* [ ] User and Group importing/exporting
* [ ] Custom email notifications on successful or failed rule executions

## Released

What we've already built and released!

### March 2025

* [x] New and improved user interface
* [x] Cloning and editing of existing rules
* [x] [Additional filters for Groups](/features/overview/filters.md#group-membership-filter)
* [x] Email Domain [selection](/features/overview/selection.md) and [filters](/features/overview/filters.md#filter-users-by-email-domain)
* [x] Suspend site access for a user
* [x] Restore site access for a user
* [x] [Improved audit logs](/features/audit-logs.md)
* [x] [Draft rule creation and Test running](/features/publishing-process.md)

### September 2024

* [x] Security and bug fixes

### April 2024

* [x] User specified start times
* [x] Rescheduling rules
* [x] 'Run once' rule frequency
* [x] Audit log summary (last 5 rule executions)

### March 2024

* [x] Scheduled automations
* [x] Add user to group
* [x] Remove user from group

Got a question? Check out our [FAQs](/features/faqs.md) or email us at <hello@smolsoftware.com>&#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.smolsoftware.com/features/roadmap.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.
