> For the complete documentation index, see [llms.txt](https://cranford-tech.gitbook.io/freelancer-marketplace/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cranford-tech.gitbook.io/freelancer-marketplace/key-features/hiring-freelancers.md).

# Hiring freelancers

### Submitting a proposal

Customers can hire Freelancers by clicking on the 'Hire me' button on the 'service' page. It is expected that the Customer and Freelancer will agree on terms via the in-app messaging prior to this.

The Customer will be able to submit a proposal via a popup, where they submit the relevant details:

<figure><img src="/files/0TG1GiiuE0iMdvljAjo3" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
The following section is only relevant if the pre-built payment workflows have been enabled
{% endhint %}

If the pre-built payment workflows are enabled, the Customer will then be brought to a Stripe Checkout page where they can pay for the service. Please note that at this point the payment will be auhtorized but NOT captured. This means that the payment will not actually be processed yet.

When the Freelancer accepts the job (see next section), the payment will be captured and the payment will be processed.

### Accepting a job

Once a proposal has been submitted, the Freelancer can accept the job by clicking on the 'Accept Job' button

<figure><img src="/files/KQ3xBGyJ52i1uAmm5VnO" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
The following section is only relevant if the pre-built payment workflows have been enabled
{% endhint %}

If you've enabled the pre-built payment workflows, the payment will be captured when the Freelancer accepts the job.

The payment will be split between your platform and the Freelancer (the default is 80% to the Freelancer and 20% to the platform), but importantly the funds will not yet be released to the Freelancer's bank account. This will occur when the Customer marks the job as complete.


---

# 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://cranford-tech.gitbook.io/freelancer-marketplace/key-features/hiring-freelancers.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.
