Cortex
TwitterDiscord
  • 👋Welcome to Cortex
  • Overview
    • 💡Understanding Cortex Architecture
  • Product Guides
    • 🛫Making your first Copilot
    • ⚡Making your first Callable
  • Fundamentals
    • ✈️Copilot
    • 🧠Knowledge
    • ⚡Callable
    • 🛠️Getting set up
      • 📝Setting permissions
  • Callable
    • Blocks
      • Models
        • Language Model
        • Language Model With Code
      • Data
        • Dataset Loader
      • Tools
        • Knowledge Search
        • Google Search
        • Curl Request
        • Web Page Crawler
      • Control
        • Code
        • Loop Until
        • Map Reduce
    • Use Cases
      • Building a Company Help Desk
      • Creating a Social Media Manager Chatbot
      • Utilizing Model Examples to Convert Text to JSON
      • Retrievals from Knowledge Search Blocks
      • Chatbot with Google Search Assistance
  • Guides
    • Getting Started with the SDK
    • Documents
  • API References
    • Introduction
    • Authentication
    • Making Curl Requests
    • Node.js Library
    • Python Library
Powered by GitBook
On this page
  1. Fundamentals

Getting set up

Setting up your team account, available to Enterprise plan.

Step 1: Creating your organization
  1. "+ Create Team" on the top navigation bar

  2. Name your organization and confirm

Step 2: Inviting your team
  1. Go to "Team Management" from the profile icon

  2. Go to "Members"

  3. Enter the emails of your teammates.

By default, all newly joined teammates are User. You can come back later to change their Permission level later.

Step 3: Making your first Copilot

Follow the guide here: Making your first Copilot

PreviousCallableNextSetting permissions

Last updated 1 year ago

🛠️