# Installation

1. Purchase a Regular License or Extended License of Jobify from [CodeCanyon](https://codecanyon.net/user/pmsgz/portfolio?ref=pmsgz).
2. After purchasing, [download the package](https://codecanyon.net/downloads) on your computer and unzip it.
3. The unzipped package contains a folder named **`tailcards-jobify`**.
4. Open this folder in Command Prompt / PowerShell (Windows) or Terminal (Linux / Mac).
5. Run **`npm install`** command. This will install the required dependencies of the project.
6. After this, run **`npm run serve`** command. This will compile the input.css file, serve the contents of the project and provide you a URL similar to **[http://localhost:PORT\\\_NUMBER](https://tailcards.gitbook.io/jobify/http:/localhost:PORT\\_NUMBER)**, which can be accessed in your web browser.
7. Cheers! Your project should be up and running.

{% hint style="info" %}
Jobify requires [Node.js](https://nodejs.org/en/download) installed on your machine.
{% endhint %}


---

# 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://tailcards.gitbook.io/jobify/installation.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.
