> For the complete documentation index, see [llms.txt](https://docs-cn.filswan.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-cn.filswan.com/filswan-platform/core-modules/task-management/navigate-tasks.md).

# Navigate Tasks

**Browse Tasks** shows all available tasks that are open for bids on FilSwan.

* If you are a miner looking for tasks to bid on, this would be the place to look.
* As a client, after you create a task that is open for bids, it will be displayed on Browse Tasks.

![Example of a task that is open for bids on Browse Tasks](/files/-McokZVWKsXhs9V6lFcJ)

**My Task** displays all tasks that only you have created as a client or tasks you have completed as a miner.

To switch between client and miner, click on the "**As Client**" or "**As Miner**" buttons at the top of the page.

![Example of previous tasks created as a client](/files/-Mcoker6VyyZD-Z3KTCt)


---

# 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:

```
GET https://docs-cn.filswan.com/filswan-platform/core-modules/task-management/navigate-tasks.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.
