# Tasks
[Official Help Site](https://publish.obsidian.md/tasks/Introduction)
- [Status Info](https://publish.obsidian.md/tasks/Getting+Started/Statuses)
- [Urgency Info](https://publish.obsidian.md/tasks/Advanced/Urgency)
- [Task Properties](https://publish.obsidian.md/tasks/Scripting/Task+Properties)
- [Quick Reference](https://publish.obsidian.md/tasks/Quick+Reference)
### Status
[Different Themes to choose from](https://publish.obsidian.md/tasks/Reference/Status+Collections/About+Status+Collections)
Added [Ebullientworks Theme](https://publish.obsidian.md/tasks/Reference/Status+Collections/Ebullientworks+Theme)

- [ ] `space` Unchecked
- [x] `x` Checked
- [-] `-` Cancelled
- [/] `/` In Progress
- [>] `>` Deferred
- [!] `!` Important
- [?] `?` Question
- [r] `r` Review
### Task Search
Here is an example that shows a few different features. View it in Reading or Live Preview modes to see the results.
start with " \`\`\`tasks "
```
# Only tasks that are not done, that is, which begin like this (but without the quotes):
# '- [ ] ' or
# '* [ ] ' or
# '1. [ ] '
# Indented tasks are supported, but only single-line tasks.
not done
# Tasks due today or earlier:
due before tomorrow
# Restrict to at most 100 tasks.
# If you ask Tasks to display many hundreds or thousands of tasks,
# Obsidian's editing performance really slows down.
limit 100
# Group and sort the output:
group by filename
sort by due reverse
sort by description
# Optionally, ask Tasks to explain how it interpreted this query:
explain
```
Find out more inĀ [Queries](https://publish.obsidian.md/tasks/Queries/Queries), and its sub-sections.