> 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.md).

# Ainize Trigger

### Welcome!

This tutorial explains the process of calling the API of a project deployed in Ainize using AI Network Blockchain. Here, we will intro the process of writing down the results from the model after setting the Trigger Function on Blockchain using the API of the model that was fine-tuned (GPT-2) with the novel Pride and Prejudice.

AI Network Blockchain, which can handle large-scale transactions, has been designed to securely record communications between clients as well as sending requests and nodes processing tasks. A more detailed description of AI Network Blockchain can be found [here](https://docs.ainetwork.ai/).

#### You will learn to:

1. Create an App on the AI Network Blockchain and register a Trigger Function through Ainize
2. Use the Trigger Function
3. Write Values on AI Network Blockchain

### Learn by following the steps!

**GitHub Repository**

* <https://github.com/ainize-team/ainize-trigger-tutorial>

**Ainize**

* [https://ainize.ai/ainize-team/ainize-trigger-tutorial](https://ainize.ai/ainize-team/ainize-trigger-tutorial?branch=main)


---

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