# Development (/docs/development)



Development focuses on two practical tracks:

1. consuming BullSequana AI models through the stable platform API
2. deploying new applications and use cases on top of the platform

This section is meant for developers, solution teams, and platform teams building on top of BullSequana AI.

Recommended Background [#recommended-background]

Helpful experience for this section includes:

* general software engineering and API integration
* Docker and local development environments
* bearer-token or API-key based authentication
* Kubernetes basics
* Helm packaging
* GitOps concepts when deploying through `Argo CD`

The more detailed pages in this section add more specific guidance where needed.

Start Here [#start-here]

<Cards>
  <Card title="Use local models via API" href="/docs/development/use-local-models-via-api" />

  <Card title="Developer tools" href="/docs/development/developer-tools" />

  <Card title="Deploy apps on the platform" href="/docs/development/deploy-apps-on-the-platform" />
</Cards>

Use Cases [#use-cases]

<Cards>
  <Card title="Use case overview" href="/docs/development/use-cases" />

  <Card title="Doc AI pipelines" href="/docs/development/use-cases/coreai-doc-ai-pipelines" />
</Cards>

Additional References [#additional-references]

<Cards>
  <Card title="CoreAI API" href="/docs/coreai/components/coreai-api" />

  <Card title="API Reference" href="/docs/api-reference" />

  <Card title="Deployment" href="/docs/deployment" />
</Cards>
