> For the complete documentation index, see [llms.txt](https://docs.inogic.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inogic.com/user-adoption-monitor/getting-started/install-sample.md).

# Install Sample

Once the solution is successfully activated, you can see the Install Sample tab.

Click on the Install Samples button to install the sample records for Entity Configuration entity.

![](/files/-MQFuz5z0mI5UWlegyFn)

Below is the list of entity-action pairs that will be created as sample records.

| **Entity**  | Message        | Period  |
| ----------- | -------------- | ------- |
| Account     | Create         | Daily   |
| Lead        | Create         | Daily   |
| Lead        | Qualifylead    | Monthly |
| Opportunity | Win            | Monthly |
| Phonecall   | Create         | Daily   |
| Quote       | Win            | Monthly |
| Quote       | Close          | Daily   |
| Email       | Send           | Daily   |
| Incident    | Close          | Monthly |
| List        | AddListMembers | Daily   |

Once the sample records are created, tracking of the above entity-action pairs will start for all the active users in CRM.

If you wish to modify the entity-action pairs, go to **User Adoption Monitor App --> Entity Configuration --> Select the record you wish to modify.**

![](/files/-MQFueHy93ijZzfdXwYs)

{% hint style="success" %}
For further queries, reach out to us at <crm@inogic.com>
{% endhint %}


---

# 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.inogic.com/user-adoption-monitor/getting-started/install-sample.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.
