> For the complete documentation index, see [llms.txt](https://docs.datafy.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.datafy.io/set-up-and-installation/advanced-setup.md).

# Advanced Setup

Some environments have constraints the [standard install](/set-up-and-installation/datafy-installation.md) doesn't account for. Below are advanced setup and installation options to support these environments:

* [Tokenless Installation](/set-up-and-installation/advanced-setup/tokenless-installation.md) - For environments where a long-lived [security token](/set-up-and-installation/datafy-installation/token-generation.md) is a problem: a policy against static credentials, or a fleet where distributing and rotating tokens is more overhead than it's worth.
* [Kubernetes Node Scheduling](/set-up-and-installation/advanced-setup/kubernetes-node-scheduling.md) - For clusters running AutoScaler on [only some of the nodes](/set-up-and-installation/supported-infrastructure.md), or with enough node churn that pods move between nodes regularly.
* Additional installation configurations:
  * [Installing behind an HTTPS proxy](/set-up-and-installation/datafy-installation/network-access.md#installing-behind-an-https-proxy), when your instances have no direct outbound access.
  * [Reading the token from a Secret you already manage](/set-up-and-installation/datafy-installation/installation.md#helm-chart-installation), instead of passing it to Helm.


---

# 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://docs.datafy.io/set-up-and-installation/advanced-setup.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.
