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

# TypeScript

> Use the Openlayer TypeScript SDK to interact with the Openlayer platform

You can use the `openlayer` TypeScript SDK to interact with the Openlayer platform.

## Install

You can install the `openlayer` TypeScript SDK using `npm`:

```bash theme={null}
npm i openlayer
```

## Learn more

To learn more about the `openlayer` TypeScript SDK, check out the GitHub repository:

<Card title="SDK GitHub repository" icon="github" iconType="duotone" href="https://github.com/openlayer-ai/openlayer-ts">
  Check out the source code of the TypeScript SDK.
</Card>
