# Basic

- [Confirmations emails](https://docs.super-forms.com/features/basic/confirmations-emails.md): How to configure E-mail confirmations for your WordPress forms (form submissions).
- [Save Form Progression (continue later)](https://docs.super-forms.com/features/basic/save-form-progression-continue-later.md): How to save entered data when a user fills out a form on your WordPress website so that they can continue later without losing their current progress.
- [Build In Translation System](https://docs.super-forms.com/features/basic/build-in-translation-system.md): Translate your forms on the fly without requiring an additional plugin. You can translate elements and form settings so that everything can be read in a different language properly.
- [Populate form](https://docs.super-forms.com/features/basic/populate-form.md): How to automatically populate your WordPress form with previous data or predefined data via parameters or previous form submission.
- [Popups](https://docs.super-forms.com/features/basic/popups.md): How to display a form via a popup or modal on your WordPress website
- [Import & Export](https://docs.super-forms.com/features/basic/import-and-export.md): How to export and import form settings, contact entries and form elements on your WordPress site.
- [Hide form after submitting](https://docs.super-forms.com/features/basic/hide-form-after-submitting.md): Hide the WordPress form after it has been submitted by a user.
- [Hide or lock out user from your forms](https://docs.super-forms.com/features/basic/hide-or-lock-out-user-from-your-forms.md): How to hide, password protect or lock out user from submitting a WordPress form.
- [Validation](https://docs.super-forms.com/features/basic/validation.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.super-forms.com/features/basic.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.
