# ServiceNow

Dropzone AI integrates with [ServiceNow](https://www.servicenow.com/now-platform.html), a cloud-based platform that provides digital workflow automation.

## Enable ServiceNow

To enable the Alert Source integration, you will need the following information:

| Dropzone Field | Source                                                                          |
| -------------- | ------------------------------------------------------------------------------- |
| Subdomain      | The same as the subdomain in your ServiceNow url, eg <https://.service-now.com> |
| Username       | The username of the admin user you are using                                    |
| Password       | The password for the aforementioned user's account                              |

To enable the Alert Source integration, do the following:

* Navigate to your Dropzone AI tenant home page e.g. https\://*mycompany*.dropzone.app
* In the bottom left hand corner, navigate to Settings > Integrations

<figure><img src="/files/zN02u3HObDaemUY8E1kD" alt=""><figcaption><p>Integrations Dropdown</p></figcaption></figure>

* Click "Available"

<figure><img src="/files/brI7n2Ux40Tk0jTwBCVh" alt=""><figcaption><p>Click Available</p></figcaption></figure>

* In the Search bar, search ServiceNow, then click "Configure"

<figure><img src="/files/ZuU40JmF7qAjkwCQxnh2" alt=""><figcaption><p>The ServiceNow Tile</p></figcaption></figure>

* Input your subdomain, username, and password

<figure><img src="/files/C50OYtwzeNOjUbVzWV8s" alt=""><figcaption><p>The ServiceNow Alert Source Configuration (pt 1)</p></figcaption></figure>

* In the Alert queries section, input a ServiceNow [encoded filter query string](https://www.servicenow.com/docs/r/yokohama/platform-user-interface/c_EncodedQueryStrings.html)
* Input your desired poll interval and poll lookback

<figure><img src="/files/nZZeVeTvN1kT3ZUgIxze" alt=""><figcaption><p>The ServiceNow Alert Source Configuration (pt 2)</p></figcaption></figure>

* To have the investigation results commented to each ticket, check the box under the Ticket Sync header
* Choose your desired Investigation Result Comment Entity Type

<figure><img src="/files/9h1sdBqUQyoCcUi1MQpe" alt=""><figcaption><p>The ServiceNow Alert Source Configuration (pt 3)</p></figcaption></figure>

* Click "Test & Save" to finish

If you have any errors or questions, engage your Dropzone AI support representative.


---

# 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.dropzone.ai/integrations/alert/servicenow.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.
