> For the complete documentation index, see [llms.txt](https://docs.ainetwork.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ainetwork.ai/ain-blockchain/developer-guide/tools/ainize-trigger/project-user.md).

# Project user

Let's find out how to create an App on AI Network Blockchain and set up the Trigger Function through Ainize.

#### (1) Create your own app

First, let's create an App.

![](/files/Wplc0aMKSD2pOcy1f5jU)

When creating an app, the `/manage_app/${appName}` Database path will appear as shown in the picture above. This means that the user who created the app has been registered as the admin of the app. The admin will get owner and writing permissions in the `/apps/${appName}` path. (You can check the following picture in detail on [AI Network Insight](https://insight.ainetwork.ai/))

![](/files/yc51CGSljya3na5UAHEL)

#### (2) Set a Trigger Function

Now, let’s register the Trigger Function. When a value is written in a specific path set as the `Database path`, a POST request is sent to the endpoint set as the `API endpoint`, including the value written to the path.

![](/files/DACXJvADB41lGTIIitAe)

#### (3) Test Trigger Function (optional)

Let's check if the Trigger Function has been set correctly. First, input the path and value you want to write down and click the Test trigger button. When this button is clicked, the value entered as Input will be written in the `Database path`. When the value is written, the trigger function set in step 2 will be triggered and a POST request will go to the `API endpoint`. After creating the result value in the API Server deployed on Ainize, the result value will be written on the blockchain.

![](/files/yJU27VqjZchP3XVgqdgP)

When you click the “Go to check result” button, you can see the blockchain, like in the following picture, and you will be able to see that the values are written correctly.

![](/files/5IrhrIr8PUNxwmfSAxXt)

To summarize the flow:

![](/files/1l2fB1xURmEplnIalwte)


---

# 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:

```
GET https://docs.ainetwork.ai/ain-blockchain/developer-guide/tools/ainize-trigger/project-user.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.
