# Introduction

Welcome to the API-documentation for SaaSInsights.ai. The purpose is for you to easily get started sending data so you can begin to understand your business better.\
\
There are 3 types of data:\
Welcome to the API documentation for SaaSInsights.ai. The purpose is for you to easily get started sending data so you can begin to understand your business better.

There are 3 types of data types:

* [Accounts](/accounts.md)
* [Users](/users.md)
* [Events](/events.md)

For [Accounts](/accounts.md) you typically add data such as what ARR/MRR they are on, when the account was created, in what country they are in, what plan, etc.

There can be many [Users](/users.md) on an Account. A user belongs to an Account and can contain extra information such as signup data, the campaign they signed up for, or other data your system possesses.&#x20;

[Events](/events.md) are behavior that a user performs. This could be which features the user has used, which pages he/she navigates to etc.


---

# 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.saasinsights.ai/master.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.
