Skip to content

Knowledge Hub

Introduction

The Altimate Knowledge Hub empowers your organization to centralize and leverage its tribal knowledge and best practices, directly within your AI workflows, particularly in your IDEs like Cursor, Github Copilot, Windsurf. By providing this curated information as verified Context, you can achieve more reliable and relevant AI-generated outputs, curb hallucinations, and move beyond generic code generation to solutions tailored to your specific organizational needs.

LLMs rely on outdated or generic information about the libraries or components you use. The "best" LLM doesn't know about any internal knowledge or best practices that have been built through years of collective human effort.

This guide will walk you through accessing, creating, and utilizing your knowledge within the Altimate Knowledge Hub.

What You Can Do

  • Create Unified Knowledge: Keep all your team's best practices, code standards, and guides in one spot
  • Leverage Expert-Built Templates: Start with pre-built templates created by Altimate, drawing on our years of in-house data technology expertise and best practices refined through working with multiple global technology giants.
  • Contextualise your AI Workflows: Each knowledge doc gets a unique link which can be used in your IDE of choice to get AI to understand your team's specific context.

When you open the Knowledge Hub, you'll see:

knowledge-hub-img

  • My Knowledge: This is where your team's custom knowledge documents live. If it's your first time, this might be empty.

  • Altimate Knowledge Templates: A list of ready-to-use documents (e.g., "DataOps Best Practices," "PySpark Best Practices"). You can:

    • View Details: See what's inside a template.
    • Fork: Copy a template to "My Knowledge" to customize it.
  • Create New Knowledge button: Lets you start a new knowledge document from zero.

Creating New Knowledge

1. Forking (Copying) a Template:

This is the fastest way to start.

  1. Find a template you like in "Altimate Knowledge Templates."
  2. Click Fork.
  3. Give your new document a clear name (e.g., "Our Team's Python Standards").
  4. Click Fork again in the pop-up.

    Your new document will now appear in "My Knowledge."

2. Creating from Scratch:

  1. Click the Create New Knowledge button (usually top-right).
  2. Follow the steps to set up your knowledge.

You can paste upto 1MB of text

Using Available Knowledge

This is where Knowledge Hub shines. You tell your IDE agents like Cursor, Github Copilot, Windsurf, Cline, etc. to use your team's specific knowledge for context. First, get the link

Get the Link:

  • Go to "My Knowledge" in the Altimate Knowledge Hub. (https://.app.getaltimate.com/knowledge-catalog)

  • Open the document you want the AI to use by clicking "View Details."

  • Copy its Link (e.g., https://apimi.getaltimate.com/knowledge_...).

For Cursor Users

Use it in Cursor:

  • In Cursor, go to Agent Mode (Cmd + I) or (Ctrl + Shift + I)
  • Type @doc select Docs, scroll to the bottom of the list and click on add a new doc
  • Paste the copied link.
  • Provide a name for your doc (my-kb)
  • Now you can reference your knowledge as @my-kb in your tasks.

Example -

Refactor this @model.sql file using my best practices @my-kb
Follow this tutorial to use your knowledge in Cursor -

For Github Copilot Users

Use it in Github Copilot:

  • In Github Copilot, go to Agent Mode (Cmd + Control + I) or (Ctrl + Shift + I)
  • Type #fetch and paste the copied link
  • Approve Github Copilot to access the link
  • (Optional) If you don't want to explicitly approve every time, you can add this link to your Trusted Domains in VSCode

Example -

Refactor this @model.sql file using my best practices #fetch <link>

For Cline Users

Use it in Cline:

  • In Cline, type @

Example -

Refactor this @model.sql file using my best practices @<link>

For Windsurf Users

Use it in Windsurf:

  • In Windsurf, type @web

Example -

Refactor this @model.sql file using my best practices @web <link>