# Glossary

Definitions of Snack Prompt features, terms and concepts.&#x20;

### General concepts <a href="#general-concepts" id="general-concepts"></a>

* **AI (Artificial Intelligence):** Artificial Intelligence refers to the development of computer systems able to perform tasks that would typically require human intelligence. This includes learning, reasoning, problem-solving, perception, and language understanding.
* **Prompt:** Text used to send a command to an artificial intelligence to perform a task; this text may be accompanied by files, images, or other types of media that aid in the context of executing that task.
* **Automations:** Automations are processes or workflows designed to perform tasks without human intervention, using software or machines.&#x20;

### Snack prompt Concepts&#x20;

* **Elemental:** An Elemental is a fundamental **building block** within the system, serving as a central unit for organizing and structuring information.&#x20;
  * It enables seamless connections with AI, facilitates automation, and enhances overall workflow efficiency. By grouping and categorizing data in a structured way.
  * &#x20;Elementals make it easier to manage ***knowledge***, automate processes, and integrate with various AI-powered solutions.
* **Knowledge Management System (KMS):** is a centralized platform used to collect, store, manage, and share information within an organization.
  * It helps businesses or individuals organize their knowledge base efficiently, ensuring that employees, customers, or AI systems can access relevant data when needed.


---

# 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/readme.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.
