# Quickstart Packs

{% hint style="info" %}
Yansa Labs offers Quickstart Separation Packs for some ServiceNow applications. These are offered free-of-charge to existing customers - simply reach out to us at [yansalabs.com/support](https://www.yansalabs.com/support) to request.

Each of these packs contains pre-built Separation Rules for the components and tables indicated below. These can be customized to match your organization's needs.
{% endhint %}

## GRC (Governance, Risk and Compliance)

| Component                      | Tables                            |
| ------------------------------ | --------------------------------- |
| Audit Management               | sn\_audit\_task                   |
|                                | sn\_audit\_engagement             |
|                                | sn\_audit\_test\_plan             |
| Policy & Compliance Management | sn\_compliance\_control           |
|                                | sn\_compliance\_policy            |
|                                | sn\_compliance\_policy\_exception |
| Risk Management                | sn\_risk\_risk                    |
|                                | sn\_risk\_definition              |
|                                | sn\_risk\_response\_task          |
| Common Components              | sn\_grc\_issue                    |
|                                | sn\_grc\_item                     |
|                                | sn\_grc\_profile                  |
|                                | sn\_grc\_task                     |

## PPM (Project Portfolio Management)

| Component         | Tables                   |
| ----------------- | ------------------------ |
| Program           | pm\_program              |
|                   | pm\_program\_task        |
| Project           | issue                    |
|                   | risk                     |
|                   | pm\_portfolio\_project   |
|                   | pm\_portfolio\_goal      |
|                   | pm\_portfolio\_issue     |
|                   | pm\_portfolio\_risk      |
|                   | pm\_project              |
|                   | pm\_project\_task        |
|                   | project\_status          |
| Demand            | dmn\_demand              |
|                   | dmn\_decision            |
|                   | dmn\_requirement         |
|                   | dmn\_demand\_task        |
|                   | im\_idea\_core           |
| Common Components | cost\_plan               |
|                   | cost\_plan\_breakdown    |
|                   | project\_funding         |
|                   | benefit\_plan            |
|                   | benefit\_plan\_breakdown |


---

# 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/simple-data-separation/technical-docs/quickstart-packs.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.
