> For the complete documentation index, see [llms.txt](https://docs.atfinity.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.atfinity.io/guides/getting-started/introduction.md).

# Introduction

The order in which this guide is structured is the most convenient way to create a process. It introduces the most important concepts of process configuration.

### The Scenario

The guide is set around the following scenario:

We would like to create a very simple account opening process for a bank which leads to a **contract** with a **client**.

For this we need to be able to collect information on the contract, e.g. what **type of account** should be opened. For the sake of simplicity, our bank momentarily only offers the opening of **individual accounts**. However, additional accounts are going to be offered in the future.

Similarly, we will need to collect information on the **person** who will be opening the account, like **first** and **last name.** Also, **date of birth** will be important, since an **account holder** needs to be of age in order to open an account.

From this we can already identify some important points, like who are the main actors, what roles do they have and what information needs to be collected on them.

This is very useful to know in advance, which is why, for most customers, we plan a series of workshop to help you identify all the necessary ingredients. If you would like to know more head over to [atfinity.swiss](http://atfinity.swiss) or contact us directly.

### Let's get started

To get the most out of this guide, follow it step by step and implement the steps in parallel as you go. At the end of some articles we will suggest some additional tasks which you can use to practise what you have learned. Doing these tasks is not essential for our process to work. They are meant purely as an additional exercise for you.

For this, click on 'Configuration' in the **Navigation** Bar on the left side of the Atfinity Application. This brings you to the **Configuration Menu**.

![](/files/l16boCyzIWLMLHNCKHwc)

Now we are ready to start configuring your first process. Let's go to [Create Ontologies and Roles](/guides/getting-started/1.-create-ontologies-and-roles.md) to define the main actors of our process.


---

# 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.atfinity.io/guides/getting-started/introduction.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.
