# Troubleshooting

This page is continually updated with commonly asked questions that the FieldDoc team receives. If you can't find your answer here, please [Get in Touch](/support/get-in-touch.md).\\

## Creating an Account

<details>

<summary>The 'Create Account' button is unresponsive</summary>

During the registration process, some users have reached out because the "create account" button on the registration page is unresponsive. In other words, they fill out the registration form but when they click the Create account button, nothing happens. Here are some tips to try if this happens to you:

1. Clear your browser cache and reload the webpage.
2. Make sure that your browser is up to date with any system updates.
3. Check with your IT department to make sure that FieldDoc.org is added to their safe list.

</details>


---

# 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.fielddoc.org/support/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.
