> For the complete documentation index, see [llms.txt](https://docs.aisl.science/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aisl.science/applications/n8n.md).

# n8n

## What it is

n8n is a **visual environment for automations and connections between tools**.

{% hint style="warning" %}
**Test and teaching environment:** Availability and data persistence are not guaranteed. Keep your own copies of important work. AISL assumes no liability for data loss.
{% endhint %}

## What you can do with it

* build trigger-and-action workflows
* connect supported tools and services
* include AI steps in automations where these are available for your use case

## Who it is for

FHNW students and instructors who want to prototype automations and tool-connected workflows for teaching or project work.

## Sign in

{% hint style="info" %}
**Sign in:** [Open n8n](https://n8n.engines.aisl.science) with your **FHNW account** after access has been enabled.
{% endhint %}

Access is either enabled on request or pre-enrolled for a module, course, or project.

## Important use conditions

* **Non-commercial use only.** The service is provided for teaching, learning, research, and related project work.
* **Request metadata:** By using this service, you consent to the collection and use of request metadata to support research and service operation.
* **Credentials:** Keep any API keys or access credentials secure. Do not share them publicly or include them in client-side code.

## Request access

{% hint style="success" %}
**Request access:** Email <engines@aisl.science> with **n8n** and a short description of your course, teaching activity, or project.
{% endhint %}

## Get help

For access or usage questions, contact <engines@aisl.science>.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.aisl.science/applications/n8n.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
