> For the complete documentation index, see [llms.txt](https://help.dscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dscout.com/product-updates/2024/september-2024.md).

# September 2024

This month, we have added extra security features to your dscout account.

## What's new?

#### Account management

* **User provisioning (SCIM)**\
  With the new [user provisioning](https://help.dscout.com/hc/en-us/articles/24723982106644), your organization can seamlessly manage access to Dscout through your existing identity provider (IdP) integration, such as [Okta](https://help.dscout.com/hc/en-us/articles/18343799135252) or OneLogin. Provisioning (or SCIM) allows you to create and sync user accounts and revoke access. Additionally, with group mapping, users can be automatically assigned to the appropriate roles (such as researcher or viewer) within Dscout, saving you time and effort. We suggest sharing this information with your internal security teams to facilitate access management for your Dscout account. User provisioning is only available in Select and Select+/Enterprise tiers.

![](/files/20d8734491b386c48b34e012b56247d6377a08e7)


---

# 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://help.dscout.com/product-updates/2024/september-2024.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.
