> For the complete documentation index, see [llms.txt](https://docs.squads.so/squads-v3-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.squads.so/squads-v3-docs/development/anchor-idl.md).

# Anchor IDL

The Squads MPL is built in Anchor, and can be found in the [Anchor Program Registry](https://www.apr.dev/program/SMPLecH534NA9acpos4G6x7uf3LWbCAwZQE9e8ZekMu). Developers can interact with the program using the standard TypeScript functionality outlined in the [Anchor TS Doc](https://coral-xyz.github.io/anchor/ts/index.html).

To get started, first make sure that the latest version of Anchor is added to your project.

```
// if  using yarn
yarn add @project-serum/anchor
// if using npm
npm install @project-serum/anchor
```
