# Introduction

This repository, uses [`trello-to-markdown`](https://www.npmjs.com/package/trello-to-markdown) to pull data from trello board [`TextAV Audio and Video Components (ongoing)`](https://trello.com/b/58mo9Tpa/textav-audio-and-video-components-ongoing) and formats it so that it can be [synced with gitbook for easier browsing through the projects](https://pietropassarelli.gitbooks.io/textav-audio-and-video-components-ongoing/content/)

`Trello --> Github --> Gitbook`

## Updating the gitbook

to update [the gitbook](https://pietropassarelli.gitbooks.io/textav-audio-and-video-components-ongoing/content/) with the content of the [trello board](https://trello.com/b/58mo9Tpa/textav-audio-and-video-components-ongoing)

Use the [github repository `textAV-components`](https://github.com/pietrop/textAV-components)

```
git clone git@github.com:pietrop/textAV-components.git
```

```
cd textAV-components
```

Then run the script ([`trello-to-markdown`](https://www.npmjs.com/package/trello-to-markdown) )

```
npm start
```

Then git add, commit, and push to update the repository

Gitbook will synch automatically.


---

# 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://textav.gitbook.io/textav-components/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.
