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

# Administration

- [Install & Configure](https://help.sdocs.com/sdocs/administration/install-configure.md)
- [Installation/Upgrade Errors](https://help.sdocs.com/sdocs/administration/install-configure/installation-upgrade-errors.md)
- [Non-Compatible Salesforce Editions](https://help.sdocs.com/sdocs/administration/install-configure/non-compatible-salesforce-editions.md)
- [Rebuilding the S-Docs App in an Org](https://help.sdocs.com/sdocs/administration/install-configure/rebuilding-the-s-docs-app-in-an-org.md)
- [Standard Objects That Behave Oddly](https://help.sdocs.com/sdocs/administration/install-configure/standard-objects-that-behave-oddly.md)
- [Remove SDoc Events Older Than 30 Days](https://help.sdocs.com/sdocs/administration/install-configure/remove-sdoc-events-older-than-30-days.md)
- [Post-Install Script Overview](https://help.sdocs.com/sdocs/administration/install-configure/post-install-script-overview.md)
- [How To: Configure the S-Docs Usage Metrics LWC on Home Page](https://help.sdocs.com/sdocs/administration/install-configure/configure-the-s-docs-usage-metrics-lwc-on-home-page.md)
- [Template Migration](https://help.sdocs.com/sdocs/administration/template-migration.md)
- [Fixing Template Errors After Template Migration](https://help.sdocs.com/sdocs/administration/template-migration/fixing-template-errors-after-template-migration.md)
- [User Management](https://help.sdocs.com/sdocs/administration/user-management.md)
- [Dynamically Assign an S-Docs License to the Current User](https://help.sdocs.com/sdocs/administration/user-management/dynamically-assign-an-s-docs-license-to-the-current-user.md)
- [Additional Troubleshooting](https://help.sdocs.com/sdocs/administration/additional-troubleshooting.md)
- [When I Open the Template Editor I Receive an Attempt to De-Reference a Null Object Error](https://help.sdocs.com/sdocs/administration/additional-troubleshooting/when-i-open-the-template-editor-i-receive-an-attempt-to-de-reference-a-null-object-error.md)
- [Templates Missing After Button Click](https://help.sdocs.com/sdocs/administration/additional-troubleshooting/templates-missing-after-button-click.md)
- [S-Docs Installation Error Encryption Key Unavailable](https://help.sdocs.com/sdocs/administration/additional-troubleshooting/s-docs-installation-error-encryption-key-unavailable.md)
- [Creating a Sharing Rule for License Key Template](https://help.sdocs.com/sdocs/administration/additional-troubleshooting/creating-a-sharing-rule-for-license-key-template.md)
- [Minimum Access User Additional Permissions](https://help.sdocs.com/sdocs/administration/additional-troubleshooting/minimum-access-user-additional-permissions.md)
- [Trigger Adds SDocs Permission Set to Newly Created Community Users](https://help.sdocs.com/sdocs/administration/additional-troubleshooting/trigger-adds-sdocs-permission-set-to-newly-created-community-users.md)
- [Resaving Templates](https://help.sdocs.com/sdocs/administration/additional-troubleshooting/resaving-templates.md)
- [How to Install & Renew Your S-Docs License Key (Legacy)](https://help.sdocs.com/sdocs/administration/additional-troubleshooting/how-to-install-and-renew-your-s-docs-license-key-legacy.md)
- [Security](https://help.sdocs.com/sdocs/administration/security.md)
- [S-Docs Permission Sets](https://help.sdocs.com/sdocs/administration/security/s-docs-permission-sets.md)
- [Considerations When Using System Mode](https://help.sdocs.com/sdocs/administration/security/considerations-when-using-system-mode.md)
- [Salesforce Best Practices When using S-Docs](https://help.sdocs.com/sdocs/administration/security/salesforce-best-practices-when-using-s-docs.md): A quick-reference guide to Salesforce access and security best practices. Learn how to manage profiles, permission sets, OWD, MFA, and more.


---

# 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://help.sdocs.com/sdocs/administration.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.
