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

# Introduction

> Coaxial is an IAM platform for LLMs. Coaxial provides a developer framework that easily integrates access controls for data, models, and functionality of an LLM-powered application.

<img className="block dark:hidden" src="https://mintcdn.com/coaxial/hDUI-kUUp_Q_24bl/images/hero-light.svg?fit=max&auto=format&n=hDUI-kUUp_Q_24bl&q=85&s=54b42d36c27c30fb95d25a5c0b86d3ca" alt="Hero Light" width="779" height="814" data-path="images/hero-light.svg" />

<img className="hidden dark:block" src="https://mintcdn.com/coaxial/hDUI-kUUp_Q_24bl/images/hero-dark.svg?fit=max&auto=format&n=hDUI-kUUp_Q_24bl&q=85&s=975b6d0ee025a937ffdc30a89c36601c" alt="Hero Dark" width="779" height="814" data-path="images/hero-dark.svg" />

## Why Coaxial?

At Coaxial, we have a dream of providing every LLM with identity context. Currently, models simply do not care what information they give to who.
With Coaxial, you can automatically control "how a model acts" based on the user it interacts with. Here is how we provide tailored control over LLM functionality and knowledge:

1. **Auth Integrations**: We intake user data from any LLM-powered application (Okta, Auth0, etc.)
2. **Data Integrations**: Coaxial automatically parses index/table data from vector DB's (Pinecone, Chroma, etc.), datalakes (Databricks, Snowflake, etc.), and more. Supports custom data integrations.
3. **Model Integrations**: We intake models from popular sources including OpenAI and Huggingface. Supports custom fine-tuned models as well.
4. **Functions**: Coaxial provides a simple interface to track your LLM functions/external API functionality.
5. **Provisioning/De-provisioning**: The integrations above produce user, data, model, and function objects. Data, model, and function objects are assigned to different users through the Dashboard or SDK.

Developers must use the SDK to check user access to various resources. After implementation, security executives and LLM admins can instantly control LLM behavior.

## Setting up

To start using Coaxial, you need to setup our Developer SDK and Coaxial Dashboard.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="code" href="/quickstart">
    Install the Coaxial Python client locally for easy development.
  </Card>

  <Card title="Dashboard" icon="chart-line" href="/dashboard">
    Set up your dashboard account for instant access controls.
  </Card>
</CardGroup>
