# TROUBLESHOOTING

- [Config Snippets](https://docs.gridmate.io/troubleshooting/config-samples.md)
- [Layout - basic setup](https://docs.gridmate.io/troubleshooting/config-samples/record-layout.md)
- [Layout with read only field](https://docs.gridmate.io/troubleshooting/config-samples/layout-with-read-only-field.md)
- [Layout with field visibility](https://docs.gridmate.io/troubleshooting/config-samples/layout-with-field-visibility.md)
- [Layout with section visibility](https://docs.gridmate.io/troubleshooting/config-samples/layout-with-section-visibility.md)
- [Layout with autocomplete](https://docs.gridmate.io/troubleshooting/config-samples/layout-with-autocomplete.md)
- [Inline FieldSet Grid](https://docs.gridmate.io/troubleshooting/config-samples/inline-grids.md)
- [Inline RelatedList Grid](https://docs.gridmate.io/troubleshooting/config-samples/inline-relatedlist-grid.md)
- [Inline Record Layout](https://docs.gridmate.io/troubleshooting/config-samples/inline-record-layout.md)
- [Inline Chatter Feed](https://docs.gridmate.io/troubleshooting/config-samples/inline-chatter-feed.md)
- [Multiple Inline Components](https://docs.gridmate.io/troubleshooting/config-samples/multiple-inline-components.md)
- [Calendar - Extra Activities](https://docs.gridmate.io/troubleshooting/config-samples/calendar-extra-activities.md)
- [Field Path Stages](https://docs.gridmate.io/troubleshooting/config-samples/field-path-stages.md)
- [Dynamic Tabs](https://docs.gridmate.io/troubleshooting/config-samples/dynamic-tabs.md)
- [Compact Calendar](https://docs.gridmate.io/troubleshooting/config-samples/compact-calendar.md)
- [Object Timeline](https://docs.gridmate.io/troubleshooting/config-samples/object-timeline.md)
- [FAQ](https://docs.gridmate.io/troubleshooting/faq.md)


---

# 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.gridmate.io/troubleshooting.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.
