# Snack prompt Concepts&#x20;

- [Elemental](https://docs.snackprompt.com/glossary/snack-prompt-concepts/what-is-a-elemental.md): The Element is the platform's fundamental unit, acting as a central node to organize data through customizable fields for AI processing.
- [Prompt (Prompt Editor)](https://docs.snackprompt.com/glossary/snack-prompt-concepts/what-is-a-elemental/prompt-prompt-editor.md): Prompts help users get high-quality, tailored outputs from AI tools like ChatGPT, Gemini, Midjourney, and others.
- [Document / Snippet (Text Editor)](https://docs.snackprompt.com/glossary/snack-prompt-concepts/what-is-a-elemental/document-snippet-text-editor.md): The Text Editor is a rich text workspace designed for writing structured, readable, and visually organized content inside Snack Prompt.
- [Form (Form Builder)](https://docs.snackprompt.com/glossary/snack-prompt-concepts/what-is-a-elemental/form-form-builder.md)
- [Knowledge Management System](https://docs.snackprompt.com/glossary/snack-prompt-concepts/publish-your-docs.md): A Knowledge Management System (KMS) is a centralized platform used to collect, store, manage, and share information within an organization.


---

# 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.snackprompt.com/glossary/snack-prompt-concepts.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.
