# Freelancer Marketplace

## Freelancer Marketplace

- [Welcome](https://cranford-tech.gitbook.io/freelancer-marketplace/start-here/welcome.md)
- [Quickstart](https://cranford-tech.gitbook.io/freelancer-marketplace/start-here/quickstart.md)
- [Registering users](https://cranford-tech.gitbook.io/freelancer-marketplace/key-features/registering-users.md)
- [How the dashboard works](https://cranford-tech.gitbook.io/freelancer-marketplace/key-features/how-the-dashboard-works.md)
- [Adding services](https://cranford-tech.gitbook.io/freelancer-marketplace/key-features/adding-services.md)
- [Searching for services](https://cranford-tech.gitbook.io/freelancer-marketplace/key-features/searching-for-services.md)
- [Messaging](https://cranford-tech.gitbook.io/freelancer-marketplace/key-features/messaging.md)
- [Hiring freelancers](https://cranford-tech.gitbook.io/freelancer-marketplace/key-features/hiring-freelancers.md)
- [Job statuses](https://cranford-tech.gitbook.io/freelancer-marketplace/key-features/job-statuses.md)
- [Submitting work](https://cranford-tech.gitbook.io/freelancer-marketplace/key-features/submitting-work.md)
- [Leaving reviews](https://cranford-tech.gitbook.io/freelancer-marketplace/key-features/leaving-reviews.md)
- [Data types](https://cranford-tech.gitbook.io/freelancer-marketplace/template-contents/data-types.md)
- [Option sets](https://cranford-tech.gitbook.io/freelancer-marketplace/template-contents/option-sets.md)
- [Overview](https://cranford-tech.gitbook.io/freelancer-marketplace/payments/overview.md)
- [Installing the Stripe - Connect - Marketplace plugin](https://cranford-tech.gitbook.io/freelancer-marketplace/payments/installing-the-stripe-connect-marketplace-plugin.md)
- [Activating Stripe Connect](https://cranford-tech.gitbook.io/freelancer-marketplace/payments/activating-stripe-connect.md)
- [Adding your icon and branding](https://cranford-tech.gitbook.io/freelancer-marketplace/payments/adding-your-icon-and-branding.md)
- [Configuring API Keys](https://cranford-tech.gitbook.io/freelancer-marketplace/payments/configuring-api-keys.md): Once you've installed the Stripe Connect - Marketplace plugin, you will need to add your Stripe API Keys to the input fields on the plugin tab:
- [How to enable payments](https://cranford-tech.gitbook.io/freelancer-marketplace/payments/how-to-enable-payments.md)
- [Onboarding Freelancers](https://cranford-tech.gitbook.io/freelancer-marketplace/key-payment-features/onboarding-freelancers.md)
- [Authorising a payment](https://cranford-tech.gitbook.io/freelancer-marketplace/key-payment-features/authorising-a-payment.md)
- [Capturing a payment](https://cranford-tech.gitbook.io/freelancer-marketplace/key-payment-features/capturing-a-payment.md)
- [Paying funds out to a Freelancer](https://cranford-tech.gitbook.io/freelancer-marketplace/key-payment-features/paying-funds-out-to-a-freelancer.md)
- [Setting the platform fee](https://cranford-tech.gitbook.io/freelancer-marketplace/key-payment-features/setting-the-platform-fee.md)
- [Debugging errors](https://cranford-tech.gitbook.io/freelancer-marketplace/key-payment-features/debugging-errors.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://cranford-tech.gitbook.io/freelancer-marketplace/start-here/welcome.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.
