# Introduction

**Project Engineering** is where you bring your industrial data strategy to life using EasyEdge.

This section walks you through the complete process of designing, configuring, and deploying edge projects. From connecting EdgeNodes to shaping data streams, applying transformations, and managing deployments, you'll find practical guidance for every step of the journey.

Whether you're working with legacy protocols or modern equipment, EasyEdge helps you unify your data and deliver it where it matters—efficiently, securely, and at scale.

Explore the sub-pages to learn how to:

* Create and organize projects
* Configure EdgeNodes
* Define Data Fields, Tags and Data Streams
* Apply Expressions, Workflows, Filters, and Logic
* Deploy to EdgeNodes and manage Namespaces
* Handle version control and updates

{% hint style="info" %}
💡 *Future updates will include embedded videos and AI Copilot tips to guide you as you build.*
{% 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://easyedge.gitbook.io/easyedge/introduction.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.
