# Data

Data Steps provide powerful capabilities to interact with AirOps' storage and retrieval systems. These tools allow you to leverage your organization's knowledge, seamlessly move information between different workflows, and manage your content at scale.

The Data Steps include:

1. [**Read from Grid**](/actions/workflow-concepts/workflow-steps/memory-steps/read-from-grid.md) -- import data from AirOps Grid to use within your workflow
2. [**Write to Grid**](/actions/workflow-concepts/workflow-steps/memory-steps/write-to-grid.md) -- export workflow results to AirOps Grid for storage or further processing
3. [**Search Knowledge Base**](/actions/workflow-concepts/workflow-steps/memory-steps/memory-search.md) -- semantically search your organization's knowledge bases
4. [**Write to Knowledge Base**](/actions/workflow-concepts/workflow-steps/memory-steps/memory-write.md) -- add new content to your knowledge bases for future retrieval
5. [**Get Knowledge Base File**](/actions/workflow-concepts/workflow-steps/memory-steps/knowledge-base-read.md) -- retrieve specific files stored in your knowledge bases

Data Steps form the connective tissue between your workflows and your organization's knowledge repositories. They enable workflows to access relevant information, learn from past executions, and contribute new insights back to your knowledge ecosystem.

These steps are particularly valuable for creating workflows that maintain context over time, building self-improving systems, and ensuring consistent access to the most current information across your organization. By combining Data Steps with other AirOps capabilities, you can create workflows that not only process information but also continuously enhance your organization's collective intelligence.

{% hint style="info" %}
Note: Data Steps are available in both Workflows and Agents
{% endhint %}


---

# 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.airops.com/actions/workflow-concepts/workflow-steps/memory-steps.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.
