# Overview

Welcome to [Pine](https://pinecards.app/)'s developer documentation. Here, you'll learn how to create and install integrations, as well as interact with Pine's API and developer tools.

<figure><img src="https://1216907278-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSNIH5fW87f6NLFAGjElS%2Fuploads%2FvdsScIAMnuRUJBnEQ6yE%2Fimage.png?alt=media&#x26;token=b3edc5c0-1c29-4cde-b2c1-3bb5b527a78d" alt=""><figcaption></figcaption></figure>

This documentation is split into the following sections:

* [Basics:](https://docs.pinecards.app/basics) Review the basics of creating and installing integrations through the web interface.
* [Backend:](https://docs.pinecards.app/backend) Learn how to create backend applications that can interact programmatically with Pine's decks and cards.
* [Frontend](https://docs.pinecards.app/frontend)[:](https://docs.pinecards.app/backend) Learn how to create frontend applications that extend the core Pine interface.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pinecards.app/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
