# Technical Documentation

- [Authentication & IAM](https://docs.agentnoon.com/technical-documentation/authentication-and-identity-security.md): Authentication and identity security overview
- [MFA](https://docs.agentnoon.com/technical-documentation/authentication-and-identity-security/mfa.md): MFA (Multi-Factor Authentication) adds an extra layer of security to your Agentnoon account by requiring users to verify their identity using a second factor in addition to your password during login
- [In-App MFA](https://docs.agentnoon.com/technical-documentation/authentication-and-identity-security/mfa/in-app-mfa.md): In-App Multi-Factor Authentication (MFA) strengthens your Agentnoon account security by verifying your identity through a one-time code sent to your registered phone number during login
- [Single Sign-On (SSO)](https://docs.agentnoon.com/technical-documentation/authentication-and-identity-security/single-sign-on-sso.md): Single Sign-On (SSO) simplifies access to your Agentnoon account by allowing users to log in using their existing corporate credentials, eliminating the need to manage separate usernames and passwords
- [Integrating Agentnoon with Okta using SAML](https://docs.agentnoon.com/technical-documentation/authentication-and-identity-security/single-sign-on-sso/integrating-agentnoon-with-okta-using-saml.md): SAML integration allows for Okta initiated sign up and login using application tile
- [Microsoft SSO Integration (Azure AD)](https://docs.agentnoon.com/technical-documentation/authentication-and-identity-security/single-sign-on-sso/microsoft-sso-integration-azure-ad.md): Agentnoon supports Single Sign-On (SSO) via Microsoft Azure Active Directory using the SAML 2.0 protocol, allowing users to securely access the platform
- [Google and Microsoft SSO](https://docs.agentnoon.com/technical-documentation/authentication-and-identity-security/single-sign-on-sso/google-and-microsoft-sso.md): Securely connect your Agentnoon account using your existing Google or Microsoft credentials, simplifying login and reducing the need to manage separate passwords
- [Whitelisting](https://docs.agentnoon.com/technical-documentation/authentication-and-identity-security/whitelisting.md): Whitelisting the following IP addresses and domains ensures uninterrupted and secure connectivity between Agentnoon services and your systems
- [Data Security & Privacy](https://docs.agentnoon.com/technical-documentation/data-security-privacy.md): Data security, privacy, and compliance
- [Data Transformation Hub](https://docs.agentnoon.com/technical-documentation/data-security-privacy-1.md): Add enrichment data on top of your automated integration
- [Data Transformation Hub](https://docs.agentnoon.com/technical-documentation/data-transformation-hub.md): Add enrichment data on top of your automated integration
- [Live Data Refresh](https://docs.agentnoon.com/technical-documentation/what-is-a-live-data-integration.md)
- [Available Data Integration Methods](https://docs.agentnoon.com/technical-documentation/what-is-a-live-data-integration/available-data-integration-methods.md)
- [Importing Data via SFTP](https://docs.agentnoon.com/technical-documentation/what-is-a-live-data-integration/available-data-integration-methods/importing-data-via-sftp.md): Securely importing data via SFTP enables you to automate and manage large-scale data transfers directly into Agentnoon
- [Importing Data via Workday](https://docs.agentnoon.com/technical-documentation/what-is-a-live-data-integration/available-data-integration-methods/importing-data-via-workday.md)
- [Importing Data via REST API](https://docs.agentnoon.com/technical-documentation/what-is-a-live-data-integration/available-data-integration-methods/importing-data-via-rest-api.md): Upload a CSV to Agentnoon's REST API using an API KEY. Ensure data matches the schema with your account manager. Customize the upload frequency as needed.
- [Integration Overview & Technical FAQ](https://docs.agentnoon.com/technical-documentation/what-is-a-live-data-integration/integration-overview-and-technical-faq.md)


---

# 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.agentnoon.com/technical-documentation.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.
