> For the complete documentation index, see [llms.txt](https://globalimpact.gitbook.io/untitled/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://globalimpact.gitbook.io/untitled/appendix/how-this-gitbook-works/other-tech.md).

# Other tech

## Airtable

Airtable is an online database that is user-friendly and social. We are using the airtable "GWWC+ testing/trial ideas" (ask [david reinstein](mailto:undefined) for edit access) to keep a simple listing of key elements and structured information; in conjunction with this Gitbook.

The first table in the airtable (picture below) explains all the other tables

![](/files/rsG9Bn5lpAgEdMq5ZZdc)

{% hint style="info" %}
A good way of starting with Airtable/databases is to think

* These are just a bunch of spreadsheets or individual ‘data sets’; I’ll treat them as separate for now
* Nice, it’s a bit easier to quickly add entries if I choose single or multi-select field types , or checkboxes
* Hey look, if I make this a “Link” field type can easily add rows from sheet B into sheet A, that’s cool!
* I can also ‘create new rows in B while adding them to A’
* Cool, sheet B now has a column indicating where it has been entered into sheet A
* Hmm, sheet A has stuff on it that is not relevant for our partner; let me create a simpler ‘view’ of sheet A filtering out rows hiding columns that are not relevant to our partner
  {% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://globalimpact.gitbook.io/untitled/appendix/how-this-gitbook-works/other-tech.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
