# Settings

- [Integrations](https://docs.instruqt.com/settings/integrations.md)
- [Salesforce](https://docs.instruqt.com/settings/integrations/salesforce.md): Connect Instruqt with Salesforce to create hands-on lab invites directly from Opportunities and track prospect engagement in real-time.
- [HubSpot](https://docs.instruqt.com/settings/integrations/hubspot.md): Integrate Instruqt with your HubSpot instance and enable options to create and enrich already existent contacts with track play information.
- [HubSpot (Using zapier)](https://docs.instruqt.com/settings/integrations/integrate-with-hubspot.md)
- [LTI](https://docs.instruqt.com/settings/integrations/integrate-with-lti.md): Learn how to integrate Learning Tools Interoperability (LTI) with Instruqt.
- [Version control](https://docs.instruqt.com/settings/integrations/version-control.md): Learn how to integrate your version control system with Instruqt.
- [GitHub](https://docs.instruqt.com/settings/integrations/version-control/github.md): Here you'll learn how to integrate the version control feature with GitHub.
- [Authentication](https://docs.instruqt.com/settings/authentication.md)
- [SSO](https://docs.instruqt.com/settings/authentication/sso.md): Overview of SSO and how to implement it.
- [Google Workspace](https://docs.instruqt.com/settings/authentication/sso/google-workspace.md)
- [Okta](https://docs.instruqt.com/settings/authentication/sso/okta.md)
- [Azure AD (Entra ID)](https://docs.instruqt.com/settings/authentication/sso/azure-ad-entra-id.md)
- [SAML](https://docs.instruqt.com/settings/authentication/sso/saml.md)
- [API keys](https://docs.instruqt.com/settings/authentication/api-keys.md): How to generate an API key.
- [Platform](https://docs.instruqt.com/settings/platform.md)
- [API](https://docs.instruqt.com/settings/platform/api.md): This reference describes the Instruqt GraphQL API and helps you get started.
- [Webhooks](https://docs.instruqt.com/settings/platform/webhooks.md): Let Instruqt automatically send track data to your system.
- [Track limits](https://docs.instruqt.com/settings/platform/track-limits.md): Control access to your tracks with limits.


---

# 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.instruqt.com/settings.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.
