# Guides

- [Sign up - Log In Process](https://guide.taskopad.com/guides/sign-up-log-in-process.md): To begin, go to www.taskopad.com and fill out the registration form.
- [Organization Setup Process:](https://guide.taskopad.com/guides/organization-setup-process.md): To begin with, first, you need to create your own company using “Organization Management.”
- [Master Setup Creation Process:](https://guide.taskopad.com/guides/master-setup-creation-process.md): After Registering the Company, you need to do the master set-up creation where you will be adding all the details like your internal team members, your clients, member’s role.
- [Manage Status](https://guide.taskopad.com/guides/master-setup-creation-process/manage-status.md): The first step here will be managing the status of your work. Status means the workflow of your Organization.
- [Manage Role](https://guide.taskopad.com/guides/master-setup-creation-process/manage-role.md): Add the roles of your team members according to the hierarchy level.
- [Manage Members](https://guide.taskopad.com/guides/master-setup-creation-process/manage-members.md): You need to add all your members from the “Manage Members” Tab.
- [Manage Client](https://guide.taskopad.com/guides/master-setup-creation-process/manage-client.md)
- [Manage Service](https://guide.taskopad.com/guides/master-setup-creation-process/manage-service.md)


---

# Agent Instructions: 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://guide.taskopad.com/guides.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.
