# 11.1 Glossary of Terms

#### 1. **Knowledge Base**

A centralized repository within the Orbit platform that contains structured and unstructured data, including pre-built datasets such as global exchange filings, sustainability reports, and regulatory documents. It serves as the foundation for analysis and data retrieval.

#### 2. **LLM (Large Language Model)**

A type of AI model used within the Orbit platform to process and understand natural language. LLMs are employed to extract insights from documents, identify emerging technologies, and support advanced search and chat functionalities.

#### 3. **Bot Marketplace**

A feature within the Orbit platform that allows users to create, configure, and deploy bots for automating workflows. The marketplace provides a variety of pre-built bots that can be customized to meet specific needs, enabling mass customization and automation.

#### 4. **SaaS (Software as a Service)**

The cloud-based deployment model of the Orbit platform hosted on AWS. It provides users with access to the platform’s full capabilities without the need to manage infrastructure, offering scalability, reliability, and security.

#### 5. **Entity Search**

A search feature in the Orbit platform that allows users to focus queries on specific entities, such as companies. This helps in retrieving the most relevant data for targeted analysis.

#### 6. **API (Application Programming Interface)**

A set of protocols and tools that allow different software applications to communicate with the Orbit platform. APIs are used for integrating the platform’s capabilities with other systems, enabling data access, bot results retrieval, and more.

#### 7. **Concept Management**

A feature that allows users to create and manage predefined prompts within the Orbit platform. These concepts define how information is processed and presented, enabling consistent and efficient data analysis across the platform.


---

# 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://docs.orbitfin.ai/11.-appendices/11.1-glossary-of-terms.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.
