> 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/start-here/quickstart.md).

# Quickstart

Once you've installed the Freelancer Marketplace template, you'll need to follow these steps to get up and running:

1. **Replace the default logo with your own**

The default company logo appears in two places:

* The navbar reusable element
* The sidebarnav reusable element

You can either update the logo manually in these two places or by changing the image in the 'Company Logo' option set.

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

2. **Remove demo functions**

The 'control-group' reusable element is used to show the demo freelancer/customer and template documentation link on the index page. You can delete this from the page/reusable dropdown menu:

<div align="left"><figure><img src="/files/TfF0DkK4kGGbSVC4WUg9" alt="" width="563"><figcaption></figcaption></figure></div>

3. **Edit default categories**

The template comes with a number of default 'categories'. These appear:

* On the index page under 'Popular Services'
* In the Categories column in the footer
* As a filter on the repeating group on the 'search' page
* As an option when creating new services in the 'views-services' reusable element

You can edit the default category names and their associated images in the 'Categories' option set:

<figure><img src="/files/3rb0XWRs29fKQsijVWBN" alt=""><figcaption></figcaption></figure>

4. **Enable Payments (OPTIONAL)**

By default, the Freelancer Marketplace template does **NOT** have payments enabled. However, there are a number of pre-built workflows included in the template that you can activate by changing. See the [Payments](/freelancer-marketplace/payments/overview.md) section of the plugin documentation for full details.&#x20;

Please note that the pre-built payment workflows use the [Stripe Connect - Marketplace plugin](https://bubble.io/plugin/stripe-connect---marketplace-1658072861502x631228260350951400), which is a paid plugin.


---

# 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/start-here/quickstart.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.
