# Welcome to Fig

### What is Fig?

[Fig](https://withfig.com) is the App Store for the Terminal.&#x20;

We make it easy to quickly **build** apps that connect to your **local development environment**. We make it even easier to **share** these apps with your team & the community.

### How should I use these docs?

[**👋 Get Started**](/fig/get-started.md)**:** Install Fig and learn more about the Fig App Store

[**😀 The Fig CLI**](/fig/the-fig-cli.md)**:**  Learn how to use Fig's CLI to open apps, render runbooks, and execute scripts

[**📖 Interactive Runbooks**](/fig/interactive-runbooks-2.md)**:** Make your markdown documentation interactive&#x20;

[**⚒️ Build your Own CLI**](/fig/build-a-cli.md)**:** Visually build and manage your own CLI for yourself and your team&#x20;

[**🧰 Build your Own App**](/fig/apps.md)**:** Use html/css/js and the Fig.js API to build your own Fig App

![](/files/-MDGjv0OSF25n1sARCn8)


---

# 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://fig.gitbook.io/fig/master.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.
