> For the complete documentation index, see [llms.txt](https://docs.nected.ai/nected-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nected.ai/nected-docs/self-hosting.md).

# Self Hosting

- [Overview](https://docs.nected.ai/nected-docs/self-hosting/overview.md)
- [Infrastructure Sizing](https://docs.nected.ai/nected-docs/self-hosting/infrastructure-sizing.md)
- [New Installation](https://docs.nected.ai/nected-docs/self-hosting/new-installation.md)
- [Docker](https://docs.nected.ai/nected-docs/self-hosting/new-installation/docker.md)
- [Terraform](https://docs.nected.ai/nected-docs/self-hosting/new-installation/terraform.md)
- [Azure](https://docs.nected.ai/nected-docs/self-hosting/new-installation/terraform/azure.md)
- [Kubernetes](https://docs.nected.ai/nected-docs/self-hosting/new-installation/kubernetes.md)
- [Set Up Kubernetes Cluster on AWS EKS](https://docs.nected.ai/nected-docs/self-hosting/new-installation/kubernetes/set-up-kubernetes-cluster-on-aws-eks.md)
- [AWS Marketplace](https://docs.nected.ai/nected-docs/self-hosting/new-installation/aws-marketplace.md)
- [Additional Configuration](https://docs.nected.ai/nected-docs/self-hosting/additional-configuration.md)
- [High Availability](https://docs.nected.ai/nected-docs/self-hosting/additional-configuration/high-availability.md)
- [Email Setup Guide](https://docs.nected.ai/nected-docs/self-hosting/additional-configuration/email-setup-guide.md)
- [Single Sign-On (SSO)](https://docs.nected.ai/nected-docs/self-hosting/additional-configuration/single-sign-on-sso.md)
- [Entra SSO Setup (Azure AD)](https://docs.nected.ai/nected-docs/self-hosting/additional-configuration/single-sign-on-sso/entra-sso-setup-azure-ad.md)
- [Google SSO Setup](https://docs.nected.ai/nected-docs/self-hosting/additional-configuration/single-sign-on-sso/google-sso-setup.md)
- [Additional Integrations](https://docs.nected.ai/nected-docs/self-hosting/additional-configuration/additional-integrations.md)
- [Slack](https://docs.nected.ai/nected-docs/self-hosting/additional-configuration/additional-integrations/slack.md): This doc is about how to enable Slack integration in your self hosted instance.
- [MS Excel](https://docs.nected.ai/nected-docs/self-hosting/additional-configuration/additional-integrations/ms-excel.md): This doc is about how to enable MS Excel integration in your self hosted instance.
- [Google Sheet](https://docs.nected.ai/nected-docs/self-hosting/additional-configuration/additional-integrations/google-sheet.md)
- [Update License Key](https://docs.nected.ai/nected-docs/self-hosting/additional-configuration/update-license-key.md)
- [Upgrade Nected Version](https://docs.nected.ai/nected-docs/self-hosting/upgrade-nected-version.md)


---

# 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:

```
GET https://docs.nected.ai/nected-docs/self-hosting.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.
