> For the complete documentation index, see [llms.txt](https://docs.jigx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jigx.com/examples/readme/access-sample-solutions.md).

# Access sample solutions

Use the **jigx-samples** solution and starter apps to explore working examples and accelerate new builds.

### Before you start

Make sure you have access to [Jigx Management](https://manage.jigx.com/) and the [GitHub](https://github.com/jigx-com/jigx-samples/tree/main/quickstart/jigx-samples) repository.

Use Visual Studio Code if you plan to clone or edit files locally.

You can access them in three ways:

1. Add a sample solution from **Quick Start**
2. Clone the GitHub repository
3. Download the repository as a ZIP

### Option 1: Add a sample solution from Quick Start

This is the fastest way to try a sample in your organization.

1. In Jigx Management, open [**Quick Start**](https://manage.jigx.com/quickstart).
2. Find the sample solution or starter app you want.
3. Select **Add to my organization**.
4. Keep the default name or enter a new one.
5. Make sure the name is unique in your organization.
6. Keep **Include sample data** selected.
7. Select **Verify name**.
8. Select **Add**.

Use this option when you want a ready-to-run sample with data already included.

### Option 2: Clone the GitHub repository

Use this option when you want the full repository and version control.

1. Open [jigx-samples on GitHub](https://github.com/jigx-com/jigx-samples).
2. Select **Code**.
3. Copy the HTTPS, SSH, or GitHub CLI URL.
4. Open a terminal in the folder where you want to store the repository.
5. Run the clone command.

```bash
git clone https://github.com/jigx-com/jigx-samples.git
```

After the clone completes, open the local folder in VS Code.

To pull the latest changes later, run:

```bash
git pull
```

### Option 3: Download the repository as a ZIP

Use this option when you want the files without Git.

1. Open [jigx-samples on GitHub](https://github.com/jigx-com/jigx-samples).
2. Select **Code**.
3. Select **Download ZIP**.
4. Extract the ZIP file on your machine.
5. Open the required solution or starter app folder in VS Code.

### Next step

After you access a sample, [setup your solution](/examples/readme/setting-up-your-solution.md) and continue from there.


---

# 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:

```
GET https://docs.jigx.com/examples/readme/access-sample-solutions.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.
