> ## Documentation Index
> Fetch the complete documentation index at: https://docs.platform.blackmountain.io/llms.txt
> Use this file to discover all available pages before exploring further.

# v2.7.0 - Major Feature Release

> Enterprise Context, Custom Assistants, Feedback System, and Documentation Platform

<Info>
  **Release Date:** February 7, 2026
</Info>

This major release introduces four significant new features to enhance your AI experience and team collaboration.

## Enterprise Context

Teach the AI about your organisation, teams, and projects for personalised, context-aware responses.

<AccordionGroup>
  <Accordion title="Context Levels" icon="layers">
    Store context at multiple levels:

    * **Organisation Context**: Company-wide information like mission, values, policies
    * **Workspace Context**: Project-specific details and guidelines
    * **Team Context**: Team goals, OKRs, headcount, and structure
    * **Profile Context**: Personal work preferences and role information
  </Accordion>

  <Accordion title="Smart Detection" icon="bolt">
    The AI automatically retrieves context when you mention:

    * "our company", "my organisation", "we", "us"
    * Company policies, team structure, OKRs
    * Any question that could benefit from organisational knowledge
  </Accordion>

  <Accordion title="Context Toggle" icon="toggle-on">
    New book icon in the chat composer:

    * Enable/disable context sources per conversation
    * Badge shows number of active sources
    * Settings persist across sessions
  </Accordion>
</AccordionGroup>

### Setup

<Steps>
  <Step title="Add Context">
    Go to **Settings → Organisation** (or Workspace/Team/Profile)
  </Step>

  <Step title="Fill AI Context">
    Enter relevant information in the **AI Context** textarea
  </Step>

  <Step title="Save">
    Click **Save Changes**
  </Step>

  <Step title="Enable in Chat">
    Click the book icon in the composer and enable your context sources
  </Step>

  <Step title="Ask Questions">
    Reference your company/team naturally - the AI will use the context automatically
  </Step>
</Steps>

***

## Custom Assistants

Create and manage custom AI assistants with personalised system prompts and behaviours.

<AccordionGroup>
  <Accordion title="Assistant Creation" icon="plus">
    * **Custom System Prompts**: Define personality, tone, and expertise
    * **Default Models**: Set preferred AI model per assistant
    * **Icons & Labels**: Visual categorisation for quick discovery
  </Accordion>

  <Accordion title="Organisation" icon="folder">
    * **Folder System**: Hierarchical folders with drag-and-drop
    * **Reorder**: Arrange assistants within folders
    * **Duplicate**: Clone and customise existing assistants
  </Accordion>

  <Accordion title="Team Sharing" icon="users">
    * Share assistants with your team
    * Consistent AI interactions across team members
    * Centralised assistant management
  </Accordion>
</AccordionGroup>

### Setup

<Steps>
  <Step title="Open Settings">
    Go to **Settings → Assistants**
  </Step>

  <Step title="Create Assistant">
    Click **Create Assistant**
  </Step>

  <Step title="Configure">
    Enter name, system prompt, and optional settings (model, icon, label)
  </Step>

  <Step title="Use in Chat">
    Select your assistant from the bot icon in the composer
  </Step>
</Steps>

***

## Feedback System

New feedback platform to submit ideas and vote on community suggestions.

<CardGroup cols={3}>
  <Card title="Feature Requests" icon="lightbulb">
    Propose new functionality and improvements
  </Card>

  <Card title="Bug Reports" icon="bug">
    Report issues with detailed descriptions
  </Card>

  <Card title="General Feedback" icon="message">
    Share thoughts and suggestions
  </Card>
</CardGroup>

### Features

* **Voting**: Upvote ideas you want to see implemented
* **Privacy**: Submissions are private by default
* **Status Tracking**: Under Review → Planned → In Progress → Completed
* **Your Submissions**: See and track your own feedback

### Access

Navigate to **Feedback** in the sidebar or go directly to `/feedback`

***

## Documentation Platform

New documentation system with changelog and setup guides.

* **Changelog Page**: Track all updates in one place
* **Timeline View**: Expandable feature details
* **Categories**: Feature, Release, Bugfix, Improvement
* **Setup Guides**: Step-by-step instructions

***

## Bug Fixes

* **Settings Form Sync**: Fixed organisation settings page form synchronisation
* **Context Refresh**: Fixed workspace/team context not updating after save
* **Context Data Flow**: Ensured context field is included in all API responses

***

## Technical Changes

| Change          | Description                                                         |
| --------------- | ------------------------------------------------------------------- |
| Database Schema | Added `context` field to Organisation, Workspace, Team, UserProfile |
| New Tool        | `get_enterprise_context` for LLM integration                        |
| Type Updates    | Extended TypeScript interfaces with context field                   |
