# Installation & Setup

Freelucy is free on the ServiceNow Store. Installation is a two-step flow: get it from the Store with a HI account, then install it on each ServiceNow instance where you need it.

{% hint style="warning" %}
**HI account required.** The initial purchase from the ServiceNow Store must be done by a ServiceNow administrator with HI account access.
{% endhint %}

## Step 1 — Get Freelucy from the ServiceNow Store

1. Go to the [ServiceNow Store](https://ins-pi.com/getfreelucy).
2. Search for **Freelucy**.
3. Open the Freelucy listing under Apps and Solutions.
4. Click **Get**.
5. Sign in with your HI account credentials and complete the request.

Freelucy is now linked to your company and available for installation on every instance through System Applications.

## Step 2 — Install Freelucy on a ServiceNow instance

Repeat this step on each instance (production and sub-prod) where you want Freelucy to run.

1. Log in to the instance as an administrator.
2. Open **All** and filter for **System Applications**.
3. Open **All Available Applications > All**.
4. Search for **Freelucy**.
5. Click **Install**.

When the install finishes, Freelucy is active on the instance.

{% hint style="info" %}
**No demo data, no default tables.** Freelucy installs clean. Your administrator must configure cross-scope privileges and suggested relationships to expose the tables your users actually work with. See [Configuration](/freelucy/configuration/configuration.md).
{% endhint %}

***

## What's next

You have Freelucy installed. Before users can edit relationships, do two things:

1. **Configure access and scope.** See [Configuration overview](/freelucy/configuration/configuration.md).
2. **Walk through your first relationship edit.** See [How relationships work in Freelucy](/freelucy/work-in-the-app/usage.md).


---

# 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://docs.ins-pi.com/freelucy/get-the-app/install.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.
