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

# Introduction

> Get started with The Prompting Company TypeScript SDK to access agentic markdown documentation data

# TypeScript SDK

The Prompting Company TypeScript SDK provides developers with seamless access to agentic markdown documentation data stored on our platform. Whether you're building AI-powered applications, documentation sites, or content management systems, our SDK makes it easy to integrate our rich documentation data into your projects.

## What You Can Do

With The Prompting Company TypeScript SDK, you can:

* **Access Documentation Data**: Retrieve agentic markdown documentation from your organization's data store
* **Query by Organization**: Scope your requests to specific organizations using organization slugs
* **Filter by Product**: Access documentation for specific products using product slugs
* **Simple Configuration**: Easy setup with just organization and product slugs
* **TypeScript Support**: Enjoy full type safety and autocompletion in your development environment

## Key Features

<Columns cols={2}>
  <Card title="Type Safety" icon="shield-check">
    Built with TypeScript for complete type safety and excellent developer experience.
  </Card>

  <Card title="Simple Configuration" icon="settings">
    Easy setup with just organization and product slugs - no API keys needed.
  </Card>

  <Card title="Rich Data Access" icon="database">
    Access comprehensive agentic markdown documentation with full metadata.
  </Card>

  <Card title="Next.js Optimized" icon="react">
    Designed to work seamlessly with Next.js applications and React components.
  </Card>
</Columns>

## Prerequisites

Before you begin, you'll need:

* A Node.js environment (version 18 or higher)
* An account with The Prompting Company
* Your organization slug and product slug(s)

## Next Steps

Ready to get started? Follow our step-by-step guide:

<Card title="Installation & Setup" icon="rocket" href="/ts-sdk/installation" horizontal>
  Install the SDK and configure your development environment.
</Card>

<Card title="Quick Start Guide" icon="play" href="/ts-sdk/quickstart" horizontal>
  Build your first integration in minutes with our quick start guide.
</Card>
