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

# Self service

> Manage access and infrastructure via GitOps

The Self-service repository allows you to provision access to the organization, manage installations, and create infrastructure through a GitOps workflow.

<Card title="Complete self-service guide" icon="book" href="https://github.com/bb-ecos-agbs/gc-devhub-agbs-self-service/blob/main/README.md" horizontal>
  Access the full self-service documentation with detailed configuration examples, repository management, and user access setup.
</Card>

## Quick overview

The self-service process includes:

* **Repository Provisioning**: Create new repositories via GitOps workflow
* **User Account Management**: Manage access and permissions for team members
* **Infrastructure Management**: Provision and configure infrastructure through Terraform
* **GitHub Permissions**: Assign teams and access levels
* **Azure Roles**: Configure runtime and API Management access
* **Observability Access**: Provision Grafana access
* **Postgres**: Create a database using `application-live` and commit `infra-resources` to your runtime.
* **Redis, Langfuse, and additional LLM models**: Provisioned manually. To request access, submit a [Jira request](https://backbase.atlassian.net/jira/software/c/projects/ECOPFM/form/3448?from=directory).
* **AI Gateway**: Follow this [SOP](https://backbase.atlassian.net/wiki/spaces/BAAP/pages/6096846948/SOP+DRAFT+Creating+APIM+Products+for+AI+Gateway+in+Self-Service) to generate Azure APIM AI Gateway credentials

<Info>
  For detailed step-by-step instructions, configuration examples, and troubleshooting, refer to the [Complete Self-Service Guide](https://github.com/bb-ecos-agbs/gc-devhub-agbs-self-service/blob/main/README.md) on GitHub.
</Info>

## Next steps

Once you've set up self-service:

<CardGroup cols={2}>
  <Card title="Creating your first agent" icon="rocket" href="/agentic-ai/getting-started/creating-first-agent">
    Build and deploy your first agentic application
  </Card>

  <Card title="Get started" icon="play" href="/agentic-ai/getting-started/get-started">
    Explore all quickstart guides
  </Card>
</CardGroup>
