> For the complete documentation index, see [llms.txt](https://spurt.gitbook.io/sync-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://spurt.gitbook.io/sync-user-guide/table-of-content.md).

# Table of Content

[**1. Welcome to Sync!**](/sync-user-guide/welcome-to-sync.md)

[**2. Getting Started**](/sync-user-guide/getting-started/how-to-sign-up-on-sync.md)

[How to Sign Up on Sync!](/sync-user-guide/getting-started/how-to-sign-up-on-sync.md)

[Other Ways to Sign Up on Sync!](/sync-user-guide/getting-started/how-to-sign-up-on-sync/other-ways-to-sign-up-on-sync.md)

[Difference Between a Member, an Owner, and a Partner Account on Sync!](/sync-user-guide/getting-started/difference-between-a-member-an-owner-and-a-partner-account-on-sync.md)

[How to Sign Into Sync!](/sync-user-guide/getting-started/how-to-sign-into-sync.md)

[**3. Project Management**](/sync-user-guide/project-management/how-to-create-a-project.md)

[How to Create a Project](/sync-user-guide/project-management/how-to-create-a-project.md)

[The Difference Between a Gig and a Bid](/sync-user-guide/project-management/the-difference-between-a-gig-and-a-bid.md)

[How to Assign Milestones ](/sync-user-guide/project-management/how-to-assign-milestones.md)

[How to View a Project](/sync-user-guide/project-management/how-to-view-a-project.md)

[How to Check the Progress of Your Projects](/sync-user-guide/project-management/how-to-check-the-progress-of-your-projects.md)

[**4. Team Collaboration & Communication**](/sync-user-guide/team-collaboration-and-communication/how-to-invite-team-members-to-a-project.md)

[How to Add Team Members to a Project](/sync-user-guide/team-collaboration-and-communication/how-to-invite-team-members-to-a-project.md)

[How to Send a Message to All Team Members Working on a Particular Project](/sync-user-guide/team-collaboration-and-communication/how-to-send-a-message-to-all-team-members-working-on-a-particular-project.md)

[How to Privately Message Your Team Members](/sync-user-guide/team-collaboration-and-communication/how-to-privately-message-your-team-members.md)

[How to Hire Talent from the Marketplace](/sync-user-guide/team-collaboration-and-communication/how-to-hire-talent-from-the-marketplace.md)

[**5. Productivity & Task Management**](/sync-user-guide/productivity-and-task-management/how-to-create-a-to-do.md)

[How to Create a To-Do](/sync-user-guide/productivity-and-task-management/how-to-create-a-to-do.md)

[How to Monitor Your Productivity on Sync!](/sync-user-guide/productivity-and-task-management/how-to-monitor-your-productivity-on-sync.md)

[**6. Payments & Wallet**](/sync-user-guide/payments-and-wallet/how-to-top-up-your-wallet.md)

[How to Top Up Your Wallet](/sync-user-guide/payments-and-wallet/how-to-top-up-your-wallet.md)

[How to Send Money to Your Team Members](/sync-user-guide/payments-and-wallet/how-to-send-money-to-your-team-members.md)

[**7. Account Management**](/sync-user-guide/account-management/how-to-edit-your-profile.md)

[How to Edit Your Profile](/sync-user-guide/account-management/how-to-edit-your-profile.md)

[How to Add Your WhatsApp Number to Monitor Your Projects](/sync-user-guide/account-management/how-to-add-your-whatsapp-number-to-monitor-your-projects.md)

8. [**How to Contact the Support Team**](/sync-user-guide/how-to-contact-the-support-team.md)


---

# 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://spurt.gitbook.io/sync-user-guide/table-of-content.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.
