> ## Documentation Index
> Fetch the complete documentation index at: https://docs.endaoment.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

This documentation is broken down into a quickstart example and flow guides.
The quickstart example is a copy-able working implementation of the DAF as a Service API, while the flow guides provide a more in-depth look at the API, its features, and how to use them.

## Before you begin

Make sure to reach out to the Endaoment team to get your OAuth Credentials, which will allow you to log users into Endaoment from your application.

You can do so by opening a ticket [here](https://discord.com/channels/734855436276334746/890622199390699580).

## Environments

Endaoment provides three environments for integration development and testing:

| Environment    | Auth URL                              | API URL                              |
| -------------- | ------------------------------------- | ------------------------------------ |
| **Dev**        | `https://auth.dev.endaoment.org/`     | `https://api.dev.endaoment.org/`     |
| **Staging**    | `https://auth.staging.endaoment.org/` | `https://api.staging.endaoment.org/` |
| **Production** | `https://auth.endaoment.org/`         | `https://api.endaoment.org/`         |

Your initial OAuth credentials will work against the **dev** and **staging** environments. Production credentials are issued after a successful validation — see [Going to Production](./going-to-prod) for more details.

## Working Code Sample

<Note>
  You can find the quickstart example
  [here](https://github.com/endaoment/endaoment-integration-docs/tree/main/quickstart/),
  `frontend` and `backend` folders each have their own README with instructions
  on how to run the application.
</Note>

## Documentation

1. [Login User](./login-user)
2. [Create a DAF](./create-daf)
   * Optional: [Manage Collaborators](/advisors/collaboration/manage-collaborators)
3. [Donate to a DAF](./donate-to-daf)
4. [Search for an Organization](./search-for-org)
5. [Grant from a DAF](./grant-from-daf)
6. [Going to Production](./going-to-prod)
