> For the complete documentation index, see [llms.txt](https://kb.rezonate.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.rezonate.io/core-integrations/salesforce-integration/salesforce-collected-data-and-query-volume.md).

# Salesforce - Collected Data & Query Volume

{% hint style="info" %}
Rezonate Collectors are aware of API Quota, and will stop if >50% of the daily limit is used
{% endhint %}

Rezonate's integration collects data from the following tables, every 12 hours:

<table><thead><tr><th width="255">Object Type</th><th>Description</th></tr></thead><tbody><tr><td>user</td><td>Users' information, including basic data and properties.</td></tr><tr><td>user.license</td><td>Licenses associated with users</td></tr><tr><td>group</td><td>Groups that are defined in the tenant</td></tr><tr><td>group.member</td><td>Groups memberships</td></tr><tr><td>user.role</td><td>Definition of roles and their attributes.</td></tr><tr><td>profile</td><td>Represents a profile, which defines a set of permissions to perform different operations. Operations can include creating a custom profile or querying, adding, updating, or deleting information.</td></tr><tr><td>permission.set</td><td>Information regarding permission sets defined in the tenant and their attributes.</td></tr><tr><td>permission.set.assignment</td><td>Represents a user’s assignment to a permission set or permission set group.</td></tr><tr><td>permission.set.group</td><td>Mapping and assignments around permission sets and group in the tenant</td></tr><tr><td>permission.set.license</td><td>Represents a license that’s used to enable one or more users to receive specified permission without changing their profile or reassigning profiles. You can use permission-set licenses to grant access, but not to deny access.</td></tr><tr><td>saml.sso.config</td><td>SSO Configurations</td></tr><tr><td>auth.config.providers</td><td>Information regarding authentication providers (AuthConfigProviders)</td></tr><tr><td>package.license</td><td>Represents a license for an installed managed package.</td></tr><tr><td>publisher</td><td>Information regarding publishers in the tenant</td></tr></tbody></table>


---

# 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://kb.rezonate.io/core-integrations/salesforce-integration/salesforce-collected-data-and-query-volume.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.
