> 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/maintenance-and-troubleshooting.md).

# Maintenance & Troubleshooting

- [Legacy Template Features](https://help.sdocs.com/sdocs/maintenance-and-troubleshooting/legacy-features.md)
- [Runtime Prompts](https://help.sdocs.com/sdocs/maintenance-and-troubleshooting/legacy-features/runtime-prompts.md)
- [Legacy Workflows](https://help.sdocs.com/sdocs/maintenance-and-troubleshooting/legacy-workflows.md)
- [Visualforce: Button Code (Legacy)](https://help.sdocs.com/sdocs/maintenance-and-troubleshooting/legacy-workflows/visualforce-button-code-legacy.md)
- [additionalfield with picklist values button code](https://help.sdocs.com/sdocs/maintenance-and-troubleshooting/legacy-workflows/visualforce-button-code-legacy/additionalfield-with-picklist-values-button-code.md)
- [s-doc-jobs-legacy](https://help.sdocs.com/sdocs/maintenance-and-troubleshooting/legacy-workflows/s-doc-jobs-legacy.md)
- [How to Import Template Export Strings in Apex](https://help.sdocs.com/sdocs/maintenance-and-troubleshooting/legacy-workflows/s-doc-jobs-legacy/how-to-import-template-export-strings-in-apex.md)
- [S-Doc Job Statuses](https://help.sdocs.com/sdocs/maintenance-and-troubleshooting/legacy-workflows/s-doc-jobs-legacy/s-doc-job-statuses.md)
- [Managing and Resolving Too Many Queueable Jobs Errors in Salesforce](https://help.sdocs.com/sdocs/maintenance-and-troubleshooting/legacy-workflows/s-doc-jobs-legacy/managing-and-resolving-too-many-queueable-jobs-errors-in-salesforce.md)
- [Run as User Future Method](https://help.sdocs.com/sdocs/maintenance-and-troubleshooting/legacy-workflows/s-doc-jobs-legacy/run-as-user-future-method.md)
- [High Assurance with MFA Error](https://help.sdocs.com/sdocs/maintenance-and-troubleshooting/legacy-workflows/s-doc-jobs-legacy/high-assurance-with-mfa-error.md)
- [Custom Mailing Labels](https://help.sdocs.com/sdocs/maintenance-and-troubleshooting/legacy-workflows/s-doc-jobs-legacy/custom-mailing-labels.md)
- [S-Docs Jobs Testing](https://help.sdocs.com/sdocs/maintenance-and-troubleshooting/legacy-workflows/s-doc-jobs-legacy/s-docs-jobs-testing.md)
- [Testing as Another User](https://help.sdocs.com/sdocs/maintenance-and-troubleshooting/legacy-workflows/s-doc-jobs-legacy/s-docs-jobs-testing/testing-as-another-user.md)
- [S-Docs Jobs Testing](https://help.sdocs.com/sdocs/maintenance-and-troubleshooting/legacy-workflows/s-doc-jobs-legacy/s-docs-jobs-testing-1.md)
- [Job Splitters](https://help.sdocs.com/sdocs/maintenance-and-troubleshooting/legacy-workflows/s-doc-jobs-legacy/job-splitters.md)
- [SplitEvery Considerations](https://help.sdocs.com/sdocs/maintenance-and-troubleshooting/legacy-workflows/s-doc-jobs-legacy/job-splitters/splitevery-considerations.md)
- [Platform Event Testing](https://help.sdocs.com/sdocs/maintenance-and-troubleshooting/legacy-workflows/s-doc-jobs-legacy/platform-event-testing.md)
- [Add Email Addresses from a Flow](https://help.sdocs.com/sdocs/maintenance-and-troubleshooting/legacy-workflows/s-doc-jobs-legacy/add-email-addresses-from-a-flow.md)
- [SDBatch (Legacy)](https://help.sdocs.com/sdocs/maintenance-and-troubleshooting/legacy-workflows/sdbatch-legacy.md)
- [Additional Troubleshooting](https://help.sdocs.com/sdocs/maintenance-and-troubleshooting/additional-troubleshooting.md)
- [negative numbers foreign and domestic currency](https://help.sdocs.com/sdocs/maintenance-and-troubleshooting/additional-troubleshooting/negative-numbers-foreign-and-domestic-currency.md)
- [repeating headers working example](https://help.sdocs.com/sdocs/maintenance-and-troubleshooting/additional-troubleshooting/repeating-headers-working-example.md)
- [generating different headers on different pages in pdf templates](https://help.sdocs.com/sdocs/maintenance-and-troubleshooting/additional-troubleshooting/generating-different-headers-on-different-pages-in-pdf-templates.md)
- [dynamic customization for page specific content in s docs](https://help.sdocs.com/sdocs/maintenance-and-troubleshooting/additional-troubleshooting/dynamic-customization-for-page-specific-content-in-s-docs.md)
- [pre postfix that contains apostrophe](https://help.sdocs.com/sdocs/maintenance-and-troubleshooting/additional-troubleshooting/pre-postfix-that-contains-apostrophe.md)
- [What Are Special S-Docs Template Records](https://help.sdocs.com/sdocs/maintenance-and-troubleshooting/what-are-special-s-docs-templates-records.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://help.sdocs.com/sdocs/maintenance-and-troubleshooting.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.
