# Integrations

With just the click of a button, users can send license plate reads directly to other systems. Presently, the only out-of-the-box support integration is Evidence.com.

## Supported Integrations

### Evidence.com

Evidence.com is a cloud-based digital evidence management system that allows police departments, military command centers, or military outposts to manage, review, and share digital evidence.

Here’s how to turn on the integration:

Users will first need to create a unique token in their Evidence.com account.

1. Sign in to your [Evidence.com](https://evidence.com) agency.
2. On the menu bar click `Admin` and then under Security Settings click `API Settings`. The API Access Clients page appears.
3. Click `Create Client`. The controls for naming and authorizing the new client will appear. The page provides authorization settings for all currently supported operations for each API resource. By default, all operations are prohibited.
4. In the Client Description box, type a meaningful description of the new client. For each resource, choose the access settings that are allowed or prohibited for the new client. *Example: Resource: Evidence "any.create"*
   * Note: See the Axon Evidence.com Partner API Guide for information on which API methods and URIs are enabled by each access setting.
5. Click `Save`. Evidence.com saves the client and displays the secret, the partner ID, the client ID, and the client description.
   * Note: This is the only time you can see the client secret. As soon as you leave the page or click Create Another Client, the secret (unique token) becomes inaccessible.
6. In a secure location, save the secret. It is recommended that you also save the client ID with the secret so that you can determine which client the secret is for. Your API client also requires the partner ID, which is also referred to as the agency ID; however, you can view the partner ID at any time.

For more information, please see: [Axon API Access Client Instructions](https://my.axon.com/s/article/API-Settings?language=en_US)

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

Once a unique token is generated by Evidence.com, an Admin-level user will complete integration in the Rekor Scout dashboard.

1. Under Suggested Integrations, select `evidence.com`.
2. Under Configure Integration, enter the following data (gathered from Evidence.com API integration setup):
   1. Evidence.com domain name (e.g. city.evidence.com)
   2. Evidence.com partner ID
   3. Evidence.com client ID
   4. Evidence.com client secret
3. Check `Enabled`, then click `Update`.


---

# 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.rekor.ai/scout/scout-dashboard/configuration/integrations.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.
