# What is Trello?

Many services allow you to construct an Agile board and share it with a team. These services are for the most part very similar to each other, but may vary slightly in how they are visualized and in functionality. Trello is one of these options and is known for providing users a simple way to create an aesthetically appealing and generally easy to follow board. As you can see in Figure 2, Trello makes it extremely easy to understand what is happening within a sprint.

![Fig. 2 A basic Trello board that displays the “Project Team Spirit” sprint.](https://lh3.googleusercontent.com/X3RRIUMy9A25PvNM7FFDnObuUxv4Z-f4f1mhPRZDc3XJa5BXXTEp6ZYdlUu7HzZcD4yBx6oJWKbEJ5lyB9q1SrG0T9uuwqHGJzVwojGLV29jeUxwIZytnSlK0YLezaFXnQPxKRmW)

Figure 3 shows a sample Agile board that we decided to benchmark. We ended up utilizing a Trello board to divide up our own project that is creating this document. With each deadline and grouping of assignments that we had to do, we were able to identify many tasks that could then be assigned to different team members in order to have every member contribute fairly and work towards the common goal of creating a great project together. In this example, the board also contains a “Backlog” - or a list of things that should get done eventually, but aren’t getting done right now. Often, when team members in a group work project finish their own tasks, if they’re feeling like doing more work they can choose certain tasks within the backlog to then complete. Trello nicely organizes sprints and its user interface makes it quite easy to follow. As an additional feature that many other board-creating websites don’t have, Trello allows you to share your board with people that aren’t on the actual project! You can view our board [here.](https://trello.com/b/dqMOjSOC/devops-manual)

![Fig. 3 An Agile board with Backlog, To Do, In Progress and Done columns to track the progress of a sprint.](https://lh6.googleusercontent.com/0lOji2KDNiFVf3mqsJe3HLrfukbo6I19ZY3CQ-MqMPEP53tZyP6dGFB9NvF60bUFXFCW4gZUYDcvYW5kI4OiHoFUH4cUDKBoFmzVm2FaMbKNZzv62u3owYl6a-xESjBkxCEi0Ija)


---

# 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://ms-teams.gitbook.io/ms-teams-devops-user-document/background-knowledge/what-is-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.
