# Developer Guide

- [Straatos Fields Reference Basics](https://help.cumuluspro.net/developer-guide/straatos-fields-reference-basics.md): The links below will direct you to the topics listed
- [System Fields](https://help.cumuluspro.net/developer-guide/straatos-fields-reference-basics/system-fields.md): This article describes system fields.
- [Workflow Index Fields](https://help.cumuluspro.net/developer-guide/straatos-fields-reference-basics/workflow-index-fields.md): This articles describes Workflow Index Fields
- [Straatos API](https://help.cumuluspro.net/developer-guide/straatos-api.md): The links below will direct you to the topics listed
- [Straatos Interact API](https://help.cumuluspro.net/developer-guide/straatos-api/straatos-interact-api.md): This articles describes Staatos Interact API functionality
- [Straatos Adapter Service API](https://help.cumuluspro.net/developer-guide/straatos-api/straatos-adapter-service-api.md): This articles describes Straatos Adapter Service API
- [Straatos Script Service API](https://help.cumuluspro.net/developer-guide/straatos-api/straatos-script-service-api.md): This articles describes Straatos Scrip Service API
- [Straatos XML API](https://help.cumuluspro.net/developer-guide/straatos-api/straatos-xml-api.md): This article describes Straatos XML API
- [JavaScripts](https://help.cumuluspro.net/developer-guide/javascript.md): The links below will direct you to the topics listed
- [Script Collection for Straatos](https://help.cumuluspro.net/developer-guide/javascript/script-collection-for-straatos.md): This articles describes the Script Collection for Straatos
- [JavaScript Coding Standards and Best Practices](https://help.cumuluspro.net/developer-guide/javascript/javascript-coding-standards-and-best-practices.md): This article defines a baseline JavaScript coding standard for function design and related readability practices.


---

# 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.cumuluspro.net/developer-guide.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.
