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

# Plain-Language Glossary

> Every AI Suite word explained in one simple sentence.

Bookmark this page. Whenever a word trips you up, it's here in one plain sentence.

<AccordionGroup>
  <Accordion title="Agent">
    An AI teammate on the AI Suite **platform** that can *do things* — chat to assign work, use tools, take steps, and create files. See [Meet the Agent](/user-guide/agents/what-are-agents).
  </Accordion>

  <Accordion title="App">
    Your own custom AI helper with saved instructions, so it behaves the same way every time. Optional; see [Build an app](/user-guide/build-an-app).
  </Accordion>

  <Accordion title="Artifact">
    A finished thing the Agent produces — often a document, spreadsheet, or PDF. See [Create docs, sheets & PDFs](/user-guide/agents/create-files).
  </Accordion>

  <Accordion title="Assistant">
    An optional custom agent with your own instructions, model, and tools. Most people can stay with the Core Agent. See [Build an Assistant](/user-guide/assistants).
  </Accordion>

  <Accordion title="Credits">
    The 'fuel' each AI action uses, a bit like data on a phone plan. See [Team & billing](/user-guide/team-and-billing).
  </Accordion>

  <Accordion title="Integration (or Connector)">
    A safe link between AI Suite and another tool you use, so the AI can work with it. See [Connect your tools](/user-guide/integrations).
  </Accordion>

  <Accordion title="Knowledge">
    Documents you upload so the AI can read them and answer questions about them. See [Ask your own documents](/user-guide/knowledge).
  </Accordion>

  <Accordion title="Managed agent">
    An advanced, more autonomous custom agent. Most non-technical users should skip this and use the Core Agent. See [Managed agents (advanced)](/user-guide/managed-agents).
  </Accordion>

  <Accordion title="MCP">
    The technology behind connectors — a standard, safe way to link AI to other tools. You don't need to know the details; just think 'integration.'
  </Accordion>

  <Accordion title="Model">
    The 'brain' the AI uses to answer — some are faster, some are smarter. See [Choosing a model](/user-guide/choosing-models).
  </Accordion>

  <Accordion title="Prompt">
    Just your message to the AI. Writing a 'good prompt' means asking clearly. See [Writing good prompts](/user-guide/writing-prompts).
  </Accordion>

  <Accordion title="RAG">
    The technical name for 'read my documents, then answer from them.' See [Ask your own documents](/user-guide/knowledge).
  </Accordion>

  <Accordion title="Report">
    A tidy, written document the AI creates from your information. See [Create a report](/user-guide/reports).
  </Accordion>

  <Accordion title="Run">
    One time an agent does a task — you can look back at past runs to see what it did. See [Run & share an agent](/user-guide/agents/run-and-share).
  </Accordion>

  <Accordion title="Token">
    A tiny piece of text the AI counts to measure usage; more text means more tokens. Closely related to credits.
  </Accordion>

  <Accordion title="Tool">
    An ability you give an agent so it can take an action, like searching or checking a calendar. See [Configure the Core Agent](/user-guide/agents/configure).
  </Accordion>

  <Accordion title="Workspace">
    Your private area on the AI Suite platform that holds your Agent sessions, files, apps, and settings. See [Create your account](/user-guide/create-account).
  </Accordion>

  <Accordion title="Core Agent">
    The built-in agent in the Agents tab — the primary way to work on AI Suite. Chat with it to create docs, sheets, PDFs, and run multi-step tasks. See [Meet the Agent](/user-guide/agents/what-are-agents).
  </Accordion>

  <Accordion title="Platform">
    AI Suite as a whole — Agents, tools, files, and APIs — not just a single webpage. You work in your workspace on the platform.
  </Accordion>
</AccordionGroup>

## Next step

<Card title="For developers" icon="code" href="/user-guide/for-developers">
  Ready to go beyond the buttons and use the API? Start here.
</Card>
