> 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/assign-a-task.md).

# 分配任务

**Reviewing & Assigning Bids**

After an open bid task has been created, miners will submit bids to obtain that data storage deal. You can review these bids by going to “My Tasks” and clicking on the task name, which is in blue. This will bring you a page with a more detailed layout of that task. To view that task’s bids, click on the bids button at the top of the page.

![](https://firebasestorage.googleapis.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MauK7Ig3eWeXC35bZV7%2Fuploads%2FmctH3UxZT5eSnOgXZrp1%2Ffile.png?alt=media)

All bids will be displayed here. Bids can vary, not all will be identical. When reviewing the bids, the proposal, price, completion rate, and days to complete are shown. To see more information about the miner, you can hover your cursor over the miner ID or click on the miner ID to view their profile.

![Example of Bids](https://firebasestorage.googleapis.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MauK7Ig3eWeXC35bZV7%2Fuploads%2F1C32IgBYep4Fqkvh95UJ%2Ffile.png?alt=media)

Click on the bright green “Assign” button next to the miner you have selected for the task. After clicking on the “Assign” button, a pop-up will appear as shown below. This pop-up will ask for the designated miner’s ID and to upload the CSV file that you want to be stored.

![Example of Pop-up asking to select miner ID and re-upload CSV](https://firebasestorage.googleapis.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MauK7Ig3eWeXC35bZV7%2Fuploads%2FzFY2JDpCDnmKGRVcvqbQ%2Ffile.png?alt=media)

The reason for re-uploading the CSV file is because when creating a task, anyone can view that task’s CSV file. To prevent anyone and everyone on FilSwan from accessing your data file, you can upload a dummy CSV file when creating the task. Then you upload the real CSV file after you have selected a miner and the pop-up above appears.


---

# 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://docs-cn.filswan.com/filswan-platform/core-modules/task-management/assign-a-task.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.
