# Overview

{% embed url="<https://youtu.be/LIC-5H0U93E>" %}

### <mark style="color:orange;">Select data sources, fill in the headers, and click "Run".</mark>&#x20;

### <mark style="color:blue;">AI will populate your table</mark>

1. Fill in the headers in the first row. **Headers are the instruction prompts for respective columns.**
   * Row header: "Who is the CEO for #A". You can use # to refer to other columns
   * Sources: select which data sources for this column

<figure><img src="https://3895884721-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FInqvaxGQT0rQw1fNIIki%2Fuploads%2FNrHKZc3gbzxIRDvZnwHX%2FNew%20headers.png?alt=media&#x26;token=597eafef-0725-4acd-92e1-87f06b1f2707" alt=""><figcaption></figcaption></figure>

2. Select the areas you want AI to populate, right-click the area -> "Run Selected"
   * Alternatively, you can click "FIll All Cells" on the top. It fills all the **empty** cells that **have headers**

<figure><img src="https://3895884721-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FInqvaxGQT0rQw1fNIIki%2Fuploads%2FvbRYerEiIJhIRPK31Viz%2Fnew%20run.png?alt=media&#x26;token=ab15ce1e-fba0-4874-bb0c-ce8a725a4e4f" alt=""><figcaption></figcaption></figure>


---

# 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://capgo-1.gitbook.io/capgo-docs/getting-started/quickstart.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.
