# Trello

Trello is an app that lets you manage and assign tasks via a simple system of boards and cards. Integrating Trello into GearPlug lets you keep your boards updated with data from other apps, and vice versa.

{% hint style="info" %}
**Can't see the action you need?**

[Contact us](https://www.gearplug.io/en/contact)! Select "Suggest Action," tell us the action you need, and we'll evaluate how to add it.
{% endhint %}

### As a source

<figure><img src="https://lh6.googleusercontent.com/0_bUqw5yvhWmhVB_jGCZU0N-UazMgIyyIps8QHn5B_yDZ-8vUhB-nNdt593LFlR-gSifV9PCvAzA6KSMTlGmzhE9aW0C9R26Jj8jdaf4D4MLs21QYlGZtvIXvNHj6AY8ZbRjA9DtNiYO9nnmH80D9Q" alt=""><figcaption></figcaption></figure>

As a source, Trello offers 4 actions:

* **Get card created**: Extracts data from new cards in your board.
* **Get comment created**: Imports the information from new comments in your cards.
* **Get checklist item created**: Imports data from changes in existing checklists.
* **Get label added**: Extracts the information from cards whose tags have been changed.

### As a target

<figure><img src="https://lh3.googleusercontent.com/FUf3XmwP3zaB70L1sbydoer5QRbUrclDfjiyT9O8Ms_VWSPrCn4wXEA7H7AFadm8zcWgypirCwPOObDibaYpQy44EhSmXTaCEnPgFWnxlUa7tLo9szzikWhQY01Ci0svYs4c9Ub-OH-6nmF89XCV_Q" alt=""><figcaption></figcaption></figure>

As a target, Trello offers 4 actions:

* **Create card**: Generates new cards with information from other apps.
* **Add label to card**: Changes the tags in your cards from changes in other tools.
* **Add comment to card**: Creates new comments in your cards.
* **Add item to checklist**: Adds new elements to checklists in your cards.


---

# 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://docs.gearplug.io/english/set-up-your-integrations/trello.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.
