# Solutions

In the **Solutions** area, you can view and manage all solutions in your organization. You need sufficient user rights to manage specific solutions. Refer to [Permissions - User Roles](/administration/permissions-user-roles.md) to get an overview of the different roles and permissions.

Solutions must be published from Jigx Builder to show up in the solutions list of Jigx Management. Please refer to [Publish your project](/getting-started/create-an-app-from-scratch/create-the-calendar/publish-your-project.md) to understand how to publish a solution.

<figure><img src="/files/Dpq0Ex4GzSU3rkdUlmaH" alt="Solutions Area"><figcaption><p>Solutions Area</p></figcaption></figure>

### Managing a solution

<figure><img src="/files/zMMeJIkLzk8qEXC89Lr7" alt="Managing a solution"><figcaption><p>Managing a solution</p></figcaption></figure>

Click on the solution's name in the list, the solutions menu opens and the options are visible in the left navigation pane. Here you can manage various features and settings of the solution. These include:

* [Groups](/administration/solutions/groups.md)
* User [Permissions](/administration/solutions/permissions.md) and group memberships
* [Data](/administration/solutions/data.md) stored in Dynamic Data tables
* [Credentials](/administration/solutions/credentials.md) such as API Keys
* [Connections](/administration/solutions/connections.md) such as Azure SQL DB connections
* [SQL Functions](/administration/solutions/sql-functions.md) / Stored Procedures including a "Run now" feature
* [REST Functions](/administration/solutions/rest-functions.md) including a "Run now" feature
* [SOAP Functions](/administration/solutions/soap-functions.md) including a "Run now" feature

### Favorite solutions

Pin your favorite solutions by clicking on the star icon. The solution moves to the section above the list. Favorites are always visible even while you scroll or search you will always have easy access. Your latest favorite solution will appear first, the list allows you to pin 5 solutions to make it manageable. The star icon also functions as a toggle to add or remove favorites.

<figure><img src="/files/ih4xdD4LyjXnO5HEu7Dw" alt="Pin Favorite Solutions"><figcaption><p>Pin Favorite Solutions</p></figcaption></figure>

Clean up your favorites or remove favorite entries that are no longer available. This is useful when a solution is deleted, or you no longer have access to see the solution in the list. Only the last 5 solutions pinned as favorites are tracked, this option provides a quick indicator that a frequented solution from management is no longer available.

<figure><img src="/files/rf2yHTiGVzIekRUE8Oz6" alt="Cleanup favorites"><figcaption><p>Cleanup favorites</p></figcaption></figure>


---

# 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.jigx.com/administration/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.
