# Introduction

**Add to Update Set is one of the most-loved developer tools for ServiceNow, used by hundreds of developers for more than a decade!**

Add to Update Set is a utility for ServiceNow admins that will add any record (plus attachments, translations, and many dependencies) to the active update set.

In the case of multi-scope record sets, the utility will automatically generate appropriate update sets in each application scope, bundling them under a batch update set for simple promotion to other ServiceNow instances.

* Appears as a link at the bottom of each record
* For adding multiple records at once, appears as a drop-down menu option on each list

<figure><img src="/files/NELIXfjFefmTbTKe9WpZ" alt=""><figcaption><p>Add a Single Record to Update Set</p></figcaption></figure>

<figure><img src="/files/uzse00W9tQK9eaWp33vs" alt=""><figcaption><p>Add Multiple Records to Update Set</p></figcaption></figure>

<figure><img src="/files/2pcQIzx9572PAF4DLgdn" alt=""><figcaption><p>Dependencies Automatically Gathered</p></figcaption></figure>


---

# 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.yansalabs.com/add-to-update-set/overview/introduction.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.
