> For the complete documentation index, see [llms.txt](https://docs.yansalabs.com/simple-data-separation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yansalabs.com/simple-data-separation/technical-docs/quickstart-packs.md).

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