> For the complete documentation index, see [llms.txt](https://docs.flxbl.io/flxbl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flxbl.io/flxbl/sfp-server/setting-up.md).

# Setting Up

- [Prerequisites](https://docs.flxbl.io/flxbl/sfp-server/setting-up/prerequisites.md)
- [Connecting GitHub as a CI/CD provider](https://docs.flxbl.io/flxbl/sfp-server/setting-up/connecting-github-as-a-ci-cd-provider.md): This section deals with setting up a GitHub App which is required for sfp-pro server  to integrate with your GitHub org
- [Self Hosted Supabase Configuration](https://docs.flxbl.io/flxbl/sfp-server/setting-up/self-hosted-supabase-configuration.md): The page details the configurations that are required in your self hosted supabase instance for sfp-server to work effectively
- [Setting up Docker on the server](https://docs.flxbl.io/flxbl/sfp-server/setting-up/setting-up-docker-on-the-server.md)
- [Podman Support](https://docs.flxbl.io/flxbl/sfp-server/setting-up/podman.md): Using Podman as the container engine for sfp-server deployments.
- [Setting up sfp server](https://docs.flxbl.io/flxbl/sfp-server/setting-up/setting-up-sfp-server.md)
- [Operations](https://docs.flxbl.io/flxbl/sfp-server/setting-up/setting-up-sfp-server/operations.md)
- [Reference](https://docs.flxbl.io/flxbl/sfp-server/setting-up/setting-up-sfp-server/reference.md)
- [Troubleshooting](https://docs.flxbl.io/flxbl/sfp-server/setting-up/setting-up-sfp-server/troubleshooting.md)
- [Webhook ingress for private servers](https://docs.flxbl.io/flxbl/sfp-server/setting-up/webhook-ingress-for-private-servers.md)
- [SAML Authentication](https://docs.flxbl.io/flxbl/sfp-server/setting-up/saml-authentication.md)
- [Identity Providers](https://docs.flxbl.io/flxbl/sfp-server/setting-up/saml-authentication/identity-providers.md)
- [Microsoft Entra ID](https://docs.flxbl.io/flxbl/sfp-server/setting-up/saml-authentication/identity-providers/entra-id.md)
- [Okta](https://docs.flxbl.io/flxbl/sfp-server/setting-up/saml-authentication/identity-providers/okta.md)
- [Self-Hosted Setup](https://docs.flxbl.io/flxbl/sfp-server/setting-up/saml-authentication/self-hosted-setup.md)
- [Cloud Setup](https://docs.flxbl.io/flxbl/sfp-server/setting-up/saml-authentication/cloud-setup.md)
- [Troubleshooting](https://docs.flxbl.io/flxbl/sfp-server/setting-up/saml-authentication/troubleshooting.md)
- [Updating sfp server](https://docs.flxbl.io/flxbl/sfp-server/setting-up/updating-sfp-server.md): Update a self-hosted sfp server with sfp server update — the drain, backup, migration, and recovery steps the command runs.


---

# 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.flxbl.io/flxbl/sfp-server/setting-up.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.
