> For the complete documentation index, see [llms.txt](https://somiandras.gitbook.io/text-to-cards/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://somiandras.gitbook.io/text-to-cards/dev/undefined.md).

# Introduction

## What is Text to Cards

Text to Cards is a simple Power-Up for Trello that helps transforming your longform texts into neat little Trello cards. It will extract card names and descriptions from your text and add the proper labels, members and due date to the card.

You can create dozens of cards with just one click. Just as an example, this text:

```
Todo items decided in the meeting:

::Create docs for the power-up

@andrassomi will set up a Gitbook site with a few simple pages
to document the power-up. $due: 2020-02-10

#Docs #Product


::Add board members and available labels to main window

@andrassomi - Board members and labels should appear somewhere on the #UI
to make text editing easier.
```

will become these Trello cards:

![Example card preview in Text to Cards](/files/-M-1V0TK1lWz_kgJnuiu)

### What's a Trello Power-Up?

Power-Ups are basically external plugins that enhance the funcionality of Trello. [Read more about Power-Ups here](https://help.trello.com/article/1094-what-are-power-ups).

## Privacy Policy

When you use Text to Cards, all the processing happens right in your browser. Text to Cards will not rely on any external service except for Trello's API for publishing your new cards. We do not collect or store any kind of personal or anonymized data. All your precious data and private information stays with you and Trello. [See our privacy policy](https://somiandras.gitbook.io/text-to-cards/contact/privacy)


---

# 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://somiandras.gitbook.io/text-to-cards/dev/undefined.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.
