> For the complete documentation index, see [llms.txt](https://xoops.gitbook.io/contact-tutorial/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xoops.gitbook.io/contact-tutorial/the-user-side.md).

# The User Side

Users access the Contact Us form via a link in the main menu or it can be displayed in a block. They simply type their message into the “comments” section of the form and press the “submit” button to post it. If they are logged in the form will automatically be filled in with the contact details listed in their profile (anonymous users must enter their details manually). The welcome text (see also [preferences 'Header contact form'](/contact-tutorial/preferences.md)) will be displayed on the top of the form. The default contact info (see also [preferences](/contact-tutorial/preferences.md)) will be displayed on the left side of the form.  *Figure: User (Front) Side Form*

![Form 1](/files/-LD6N2KKPqzr1zunriXr)

If you display the contact form in a block, you have three possibilities:

* only contact form
* only Google-Maps
* contact form together with Google-Maps

&#x20;*Figure: contact form together with Google-Maps as block on user side*

![Form 2](/files/-LD6N2KNLDBk1zkq8fYj)

Additional information you can find at [blocks](/contact-tutorial/blocks.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://xoops.gitbook.io/contact-tutorial/the-user-side.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.
