# Alphi

## Alphi

- [Welcome to Alphi](https://docs.alphi.dev/welcome-to-alphi.md): Complex logic made simple with no-code
- [Creating a project](https://docs.alphi.dev/projects/creating-a-project.md)
- [Allowed Hosts](https://docs.alphi.dev/projects/allowed-hosts.md): Limit access to specific websites
- [Collaborators](https://docs.alphi.dev/projects/collaborators.md): Collaborate with others
- [Overview](https://docs.alphi.dev/flow-builder/overview.md): Flow builder 101
- [Methods](https://docs.alphi.dev/flow-builder/methods.md): Flows support both GET and POST methods
- [Parameters](https://docs.alphi.dev/flow-builder/parameters.md): Create dynamic APIs with parameters
- [Nodes](https://docs.alphi.dev/flow-builder/nodes.md): The building blocks
- [Running](https://docs.alphi.dev/flow-builder/running.md): Executing a flow
- [Environments](https://docs.alphi.dev/flow-builder/environments.md): Development and Production
- [Overview](https://docs.alphi.dev/connections/overview.md): Storing secret keys
- [Add an API Key](https://docs.alphi.dev/connections/add-an-api-key.md): Securely store your secret keys
- [OAuth Connections](https://docs.alphi.dev/connections/oauth-connections.md): Grant Alphi access to third-party services
- [Overview](https://docs.alphi.dev/authentication/overview.md): Securing flows with third-party authentication services
- [Outseta](https://docs.alphi.dev/authentication/outseta.md): All-in-one membership software
- [Memberstack](https://docs.alphi.dev/authentication/memberstack.md): Authentication & payments for companies who love Webflow, Stripe, & React.
- [Firebase](https://docs.alphi.dev/authentication/firebase.md): Coming soon
- [HTTP Request](https://docs.alphi.dev/nodes/http-request.md): Connect to external APIs
- [Logic](https://docs.alphi.dev/nodes/logic.md): If this else that
- [Flatten](https://docs.alphi.dev/nodes/flatten.md): Simplify multi-dimensional data
- [Filter Keys](https://docs.alphi.dev/nodes/filter-keys.md)
- [Format Keys](https://docs.alphi.dev/nodes/format-keys.md): Convert to snake case
- [Rename Keys](https://docs.alphi.dev/nodes/rename-keys.md)
- [Drill Down](https://docs.alphi.dev/nodes/drill-down.md)
- [Get Values](https://docs.alphi.dev/nodes/get-values.md)
- [Set Dataset](https://docs.alphi.dev/nodes/set-dataset.md)
- [Set Property](https://docs.alphi.dev/nodes/set-property.md)
- [Set Cookie](https://docs.alphi.dev/nodes/set-cookie.md)
- [Set Connection](https://docs.alphi.dev/nodes/set-connection.md)
- [Encode JWT](https://docs.alphi.dev/nodes/encode-jwt.md)
- [Decode JWT](https://docs.alphi.dev/nodes/decode-jwt.md)
- [Render](https://docs.alphi.dev/nodes/render.md)
- [Ethereum - Verify Message](https://docs.alphi.dev/nodes/ethereum-verify-message.md)
- [JSON Response](https://docs.alphi.dev/response-nodes/json-response.md)
- [HTML Response](https://docs.alphi.dev/response-nodes/html-response.md)
- [HTTP Redirect](https://docs.alphi.dev/response-nodes/http-redirect.md)
- [Error](https://docs.alphi.dev/response-nodes/error.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.alphi.dev/welcome-to-alphi.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.
