> For the complete documentation index, see [llms.txt](https://the-9th-density-llc-guidebook.gitbook.io/internal-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://the-9th-density-llc-guidebook.gitbook.io/internal-wiki/what-is-9th-density-llc/tasks-and-fulfillment-info/task-approval.md).

# task approval

## There are three steps to our task approval process. :

<details>

<summary>Step One: Analysis</summary>

First, we analyze your request, making sure to carefully read through all the specific details, asses our capabilities to formulate solutions for your task request.

</details>

<details>

<summary>Step Two: Approval</summary>

Once we have determined that we can carry out the task, we will reach out to you via email or Discord) stating that we can handle your request and that it has been approved, if not, we will let you know why.&#x20;

No need to respond once you've received your task ID, quote, and payment link.  Your task will begin fulfillment as soon we receive payment. We do advise, though, to check your email/open ticket conversation often to make sure you don't miss any other correspondences we may send you such as require some sort of feedback regarding your request. "RESPONSE REQUIRED" will be listed in the email subject line if this is the case.

</details>

<details>

<summary>Step Three: Assignment</summary>

We begin he fulfillment process by breaking down large tasks into smaller tasks to be fulfilled by 9D's delegated specialist(s). We discuss with each specialist how to best carry out the assigned task. 9D will keep you updated on any progress made as per your request, as well as provide you with 1-3 progress reports at designated intervals. We will also reach out via email or Discord if there are any concerns on our end with your request.

</details>


---

# 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://the-9th-density-llc-guidebook.gitbook.io/internal-wiki/what-is-9th-density-llc/tasks-and-fulfillment-info/task-approval.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.
