# General Openli guides

- [Setting up SSO (Single Sign-On)](https://docs.openli.com/docs/general-openli-guides/setting-up-sso-single-sign-on.md)
- [SSO with Azure AD (Microsoft)](https://docs.openli.com/docs/general-openli-guides/setting-up-sso-single-sign-on/sso-with-azure-ad-microsoft.md)
- [SSO with Google](https://docs.openli.com/docs/general-openli-guides/setting-up-sso-single-sign-on/sso-with-google.md)
- [SSO with Okta](https://docs.openli.com/docs/general-openli-guides/setting-up-sso-single-sign-on/sso-with-okta.md): How to set up single sign-on for Openli with Okta
- [How to log in with SSO](https://docs.openli.com/docs/general-openli-guides/setting-up-sso-single-sign-on/how-to-log-in-with-sso.md)
- [Add a website to your Openli account](https://docs.openli.com/docs/general-openli-guides/add-your-website.md): This video will show you how to add your website to Openli. Your website will be displayed in your policies.
- [Using projects to handle multiple languages](https://docs.openli.com/docs/general-openli-guides/using-projects-to-handle-multiple-languages.md): If you have a multi-language page, you should always present the cookie widget in the same language as your website.
- [Collect consents without storing IP addresses or user-agents](https://docs.openli.com/docs/general-openli-guides/collect-consents-without-storing-ip-addresses-or-user-agents.md): By default, Openli stores the IP address and browser user-agent with consents to aid provability. Openli lets you collect consent without storing these, which some jurisdictions might require.


---

# 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.openli.com/docs/general-openli-guides.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.
