# Rebuilding the S-Docs App in an Org

{% stepper %}
{% step %}

### Navigate to the App Manager

Go to the App Manager from Setup.
{% endstep %}

{% step %}

### Create a new Lightning App

Click the ‘New Lightning App’ button.
{% endstep %}

{% step %}

### Name the app

Fill in the App Name field with “S-Docs”. The Developer Name field should automatically fill in as “SDocs”. Click Next.
{% endstep %}

{% step %}

### App Options

The default App Options can be left as they are. Click Next.
{% endstep %}

{% step %}

### Utility Items

No Utility Items need to be added. Click Next.
{% endstep %}

{% step %}

### Navigation Items

On the Navigation Items page, move Home, S-Docs Templates, S-Docs Jobs, and S-Docs Setup from the Available Items panel to the Selected Items panel. Click Next.
{% endstep %}

{% step %}

### User Profiles

On the User Profiles page, move System Admin and any other profiles from the Available Profiles panel to the Selected Items panel. Click Save & Finish.
{% endstep %}

{% step %}

### (Optional) Show in App Launcher short list

To have it show in the App Launcher short list go to Setup > App Menu and drag it up the list.
{% endstep %}
{% endstepper %}


---

# 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://help.sdocs.com/sdocs/administration/landing-page-for-admin/install-configure/rebuilding-the-s-docs-app-in-an-org.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.
