Get Started
Threads
How to use threads with Itzam.
Threads allow you to easily create a conversation inside a Workflow.
A thread is a collection of messages between a user and the AI.
You can create as many threads as you want inside a Workflow:
Create a thread
First of all, you need to create a thread (think of it as a chat session).
SDK
API
Send messages
After creating a thread, you can use its ID when sending new messages.
This will make the AI continue the conversation and remember all previous messages.
Check threads
You can check how a thread is going by clicking in the threads option inside any run.
You can also use our API or SDKs to get the thread by its ID or by Workflow.
Check runs
You can check the runs using our API or SDKs.