# Installing custom scripts

## Introduction

Patchworks provides a range of **scripts**  for you to install and use as-is, or take as a starting point for developing your own needs. &#x20;

## The steps

**Step 1**\
[Access custom scripts](/product-documentation/developer-hub/custom-scripting/accessing-custom-scripts.md) and move to the lower **marketplace** panel.

{% hint style="info" %}
Scripts located in the marketplace panel here are the same as you'll find in our main [marketplace](/product-documentation/marketplace/marketplace-scripts.md).
{% endhint %}

**Step 2**\
Click the **install** button associated with the script that you want to use - for example:

<div align="left"><figure><img src="/files/cGxPdAjSPTCHWENlHjyx" alt=""><figcaption></figcaption></figure></div>

**Step 3**\
The script is installed and added to the upper **installed** section:

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

As part of the installation procedure, the script is deployed. This means that it's ready for use straight away.

You can now use the script as-is, or [make your own changes and deploy the script again](/product-documentation/developer-hub/custom-scripting/creating-and-testing-custom-scripts.md) once it's ready.


---

# 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://doc.wearepatchworks.com/product-documentation/developer-hub/custom-scripting/installing-custom-scripts.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.
