> For the complete documentation index, see [llms.txt](https://docs.ins-pi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ins-pi.com/freelucy/configuration/configuration.md).

# Configuration overview

YouDesign Freelucy installs clean — no default tables, no demo data, no roles assigned. Before users can do meaningful work, an administrator configures it for your environment.

There are five tasks. Do them in this order.

<table><thead><tr><th width="66.78939787484705">#</th><th width="186.4701072461903">Task</th><th width="187.97825875878334">Who</th><th>Why</th></tr></thead><tbody><tr><td>1</td><td><a href="/pages/VOK6KEFtqt6vJ82P3guw">Enable relationship deletion</a></td><td>System Admin</td><td>Freelucy ships without delete rights on <code>cmdb_rel_ci</code>. Grant them once.</td></tr><tr><td>2</td><td><a href="/pages/XY3WyulfZhh2fCzz74MP">Grant access to users</a></td><td>ServiceNow Admin</td><td>Assign the Editor or Reader role to the right people or groups.</td></tr><tr><td>3</td><td><a href="/pages/PXBSAu5yz0Ub3AoJcurm">Manage cross-scope privileges</a></td><td>ServiceNow Admin</td><td>Let Freelucy read the tables your users need to map.</td></tr><tr><td>4</td><td><a href="/pages/UHlm1lJOAOMor6EfIpo3">Manage suggested relationships</a></td><td>ServiceNow Admin</td><td>Define which relationships are valid between which classes.</td></tr><tr><td>5</td><td><a href="/pages/JFPbh2H1t7iiTFJ10I44">Add Freelucy to a form view</a></td><td>ServiceNow Admin</td><td>Surface Freelucy as a button or embedded viewer on the records users open.</td></tr></tbody></table>

{% hint style="info" %}
**Already on YouDesign Command?** If you're using the Visual Relationship Editor that ships with YouDesign Command (formerly UPMX) instead of the standalone Freelucy app, the same configuration concepts apply — set the application scope to **Command** where these instructions reference Freelucy.
{% endhint %}

***

## What's next

Start with [Enable relationship deletion](/freelucy/configuration/enable-relationship-deletion.md).


---

# 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://docs.ins-pi.com/freelucy/configuration/configuration.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.
