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

# Welcome to the Anthid blog

> What we plan to publish here and how it fits alongside the rest of the documentation

We are starting a blog alongside the Anthid documentation.

The docs explain how the platform works today: how to connect a broker account, submit intents, configure controls, stream updates, and query the ledger. They are written to stay accurate and are revised whenever the platform changes.

The blog is for the things that do not fit that shape.

## What we plan to publish

<Card title="Platform updates" icon="rocket">
  New broker integrations, endpoints, and capabilities as they ship, with enough context to know whether they matter to your integration.
</Card>

<Card title="Engineering notes" icon="wrench">
  How parts of the platform are built and the tradeoffs behind them, from credential handling to control evaluation and the streaming layer.
</Card>

<Card title="Practical guidance" icon="compass">
  Patterns for building on top of intents, controls, and the ledger that are more opinionated than reference documentation should be.
</Card>

## Where to start

If you are new to Anthid, the documentation is still the right entry point.

<Columns cols={2}>
  <Card title="Introduction" icon="book-open-cover" href="/pages/intro/introduction">
    How the platform fits between your application and a connected trading account.
  </Card>

  <Card title="Quickstart" icon="bolt" href="/pages/intro/quickstart">
    Create your first intent and start working with Anthid.
  </Card>
</Columns>

## Tell us what to write about

If there is something you want explained in more depth, the [community Slack](/pages/community/overview) is the fastest way to reach us. Requests for deeper coverage of controls, broker behavior, or the streaming API are all fair game.

For account or integration issues, contact [support@anthid.com](mailto:support@anthid.com).
