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

# Develop with VRA

> Build on Visual Radio Assist with custom visual graphics, the Core Control API, the Cloud GraphQL API, and radio automation links.

## Outputs

<CardGroup cols={2}>
  <Card title="Develop Visual Graphics" icon="palette" href="/develop-with-vra/develop-visual-graphics">
    Customize your Visuals with CSS selectors, custom code, and animation libraries.
  </Card>
</CardGroup>

## VRA API's

<CardGroup cols={2}>
  <Card title="Core Control API" icon="server" href="/develop-with-vra/core-control-api">
    Communicate directly with the local Core application on your machine.
  </Card>

  <Card title="Cloud GraphQL API" icon="code" href="/develop-with-vra/cloud-graphql-api">
    Integrate external systems with VRA Cloud over GraphQL.
  </Card>
</CardGroup>

## Link radio automation

<CardGroup cols={2}>
  <Card title="Generic HTTP Radio Automation Link" icon="robot" href="/develop-with-vra/generic-http-radio-automation-link">
    Push now playing data to VRA with a simple generic integration.
  </Card>

  <Card title="Connecting with AutomationLink" icon="plug" href="/develop-with-vra/connecting-with-automationlink">
    Build a full, future-proof integration for your radio automation software.
  </Card>
</CardGroup>

## Ingest

Feature to be announced soon
