> For the complete documentation index, see [llms.txt](https://dotstudios.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dotstudios.gitbook.io/documentation/templates/freelancing-like-upwork/pages-overview.md).

# Pages Overview

| Name                      | Description                                                                                                            |
| ------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| index                     | Homepage                                                                                                               |
| admin\_dashboard          | Admin dashboard for managing clients, freelancers, categories, skills, and transactions, and setting the platform fee. |
| chat                      | Messaging page for communication between freelancers and clients                                                       |
| dashboard                 | The client’s main dashboard displaying a list of their posted jobs.                                                    |
| freelancer                | Profile page displaying detailed information about a freelancer                                                        |
| job                       | Page with detailed information about a specific job                                                                    |
| job\_post                 | Page with a form for clients to create and post a new job                                                              |
| job\_proposals            | List of proposals submitted for a specific job                                                                         |
| login                     | Page for users to log in to their account                                                                              |
| signup                    | Page for new users to create an account                                                                                |
| reset\_pw                 | Page to reset a forgotten password                                                                                     |
| 404                       | Page shown when a requested page is not found                                                                          |
| my\_jobs                  | List of jobs assigned to the freelancer                                                                                |
| my\_profile               | Page with a form to create or edit a freelancer’s profile with a preview                                               |
| my\_proposals             | List of proposals and offers sent or received by the freelancer                                                        |
| search\_freelancers       | Page to search for freelancers based on various criteria                                                               |
| search\_jobs              | Page to search for available jobs posted by clients                                                                    |
| settings\_admin           | Settings page for the admin/app owner to manage account preferences.                                                   |
| settings\_clients         | Settings page for clients to manage account preferences                                                                |
| settings\_freelancers     | Settings page for freelancers to manage account preferences                                                            |
| transactions\_clients     | List of transactions related to the client’s payments                                                                  |
| transactions\_freelancers | List of transactions related to the freelancer’s payments                                                              |


---

# 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://dotstudios.gitbook.io/documentation/templates/freelancing-like-upwork/pages-overview.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.
