# PROCEDURE

- [Create an Account](https://computationaldocs.zeblok.com/info/procedure/create-an-account.md)
- [Individual User](https://computationaldocs.zeblok.com/info/procedure/create-an-account/individual-user.md): Individual User Signup Process
- [Sign In](https://computationaldocs.zeblok.com/info/procedure/sign-in.md): Create free account here
- [Inviting User](https://computationaldocs.zeblok.com/info/procedure/inviting-user.md): User can be onboarded onto the AI Microcloud by the Admin using the Invite User feature as shown below
- [Role definition by ISV administrator:](https://computationaldocs.zeblok.com/info/procedure/role-definition-by-isv-administrator.md): IDENTITY ACCESS MANAGEMENT
- [IAM](https://computationaldocs.zeblok.com/info/procedure/role-definition-by-isv-administrator/iam.md): IDENTITY ACCESS MANAGEMENT
- [Roles](https://computationaldocs.zeblok.com/info/procedure/role-definition-by-isv-administrator/iam/roles.md): IAM: Roles
- [Usergroup](https://computationaldocs.zeblok.com/info/procedure/role-definition-by-isv-administrator/iam/usergroup.md): IAM: USERGROUP
- [Organizations](https://computationaldocs.zeblok.com/info/procedure/role-definition-by-isv-administrator/iam/organizations.md)
- [NameSpaces](https://computationaldocs.zeblok.com/info/procedure/namespaces.md): Resource Segregated Spaces
- [Workstations](https://computationaldocs.zeblok.com/info/procedure/workstations.md)
- [Onboard Workstation](https://computationaldocs.zeblok.com/info/procedure/workstations/onboard-workstation.md): Enabling Zero Learning Curve, Open-Source, Virtualized Notebooks, Curated Algorithm Notebooks, Model Zoo Notebooks
- [Edit feature](https://computationaldocs.zeblok.com/info/procedure/workstations/edit-feature.md): Editing resources and arguments on a running service on the go.
- [Spawn Ai-WorkStation](https://computationaldocs.zeblok.com/info/procedure/workstations/spawn-workstation.md): Step By Step Guide for Spawning an Ai-WorkStation
- [Build, Serve and Deploy](https://computationaldocs.zeblok.com/info/procedure/workstations/introduction.md): Introduction to Ai-APIᵀᴹ
- [Notebooks](https://computationaldocs.zeblok.com/info/procedure/workstations/introduction/notebooks.md): Ai-APIᵀᴹ Engine: Notebooks
- [Installing different frameworks](https://computationaldocs.zeblok.com/info/procedure/workstations/introduction/notebooks/installing-different-frameworks.md): All the below commands will be installing the latest versions, for a particular version please follow the below syntax
- [Build Models](https://computationaldocs.zeblok.com/info/procedure/workstations/introduction/build-models.md): Ai-APIᵀᴹ Engine: Build Models
- [ZBL Command Line Interface](https://computationaldocs.zeblok.com/info/procedure/workstations/introduction/build-models/zbl-command-line-interface.md)
- [How to use the CLI](https://computationaldocs.zeblok.com/info/procedure/workstations/introduction/build-models/zbl-command-line-interface/how-to-use-the-cli.md): This document will guide you through the usage of Zeblok cli
- [Containerization](https://computationaldocs.zeblok.com/info/procedure/workstations/introduction/deploy.md): Ai-APIᵀᴹ Engine: Deploy
- [Microservice](https://computationaldocs.zeblok.com/info/procedure/microservice.md)
- [Onboard Microservices](https://computationaldocs.zeblok.com/info/procedure/microservice/onboard-microservices.md): Standalone containers and interconnected ecosystem of containers
- [Edit feature](https://computationaldocs.zeblok.com/info/procedure/microservice/edit-feature.md): Editing resources and arguments on a running service on the go.
- [Spawn MicroService](https://computationaldocs.zeblok.com/info/procedure/microservice/spawn-microservice.md): Step By Step Guide for Spawning a MicroService
- [Spawn Multi-container Ai-Microservices](https://computationaldocs.zeblok.com/info/procedure/microservice/spawn-multi-container-ai-microservices.md): Below is the document to be followed by the ISVs in order to onboard their Microservices and Workstations
- [Gen-AI Workspace](https://computationaldocs.zeblok.com/info/procedure/gen-ai-workspace.md)
- [Chat Platform](https://computationaldocs.zeblok.com/info/procedure/gen-ai-workspace/chat-platform.md)
- [Knowledge Distilation](https://computationaldocs.zeblok.com/info/procedure/gen-ai-workspace/knowledge-distilation.md)
- [Spawn Orchestration Add-on](https://computationaldocs.zeblok.com/info/procedure/spawn-orchestration-add-on.md): This service of the AI-Microcloud enables the user to spawn a Ray cluster which can be utilised for high performance computation using auto scaling.
- [SDK](https://computationaldocs.zeblok.com/info/procedure/sdk.md): Python SDK will help in integrating outside systems with Zeblok platform via code. Please refer to the below Usage.md file on how to use the SDK.


---

# Agent Instructions: 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://computationaldocs.zeblok.com/info/procedure.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.
