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

# Document types

> Rename and recolour Sleekplan's built-in document types, add your own, and safely delete a type that documents are still using.

A document type says what kind of thinking a document holds: research, a decision, a PRD, a spec. It is the one label every document carries, and it is what the type filter on the [Documents](/help/documents) list works on.

Types are per workspace, so you can name them the way your team already talks.

<Info>
  Managing document types requires the **Starter** plan or above, and an **Owner** or **Admin** role. **Members** do not see this settings section. See [Team roles and permissions](/help/account-security/roles-permissions).
</Info>

## Open the document types settings

Go to [**Settings → Categories & Tags → Document types**](https://app.sleekplan.com/settings/document-types).

<img src="https://mintcdn.com/sleekplangmbh/laV1gw1IOLnBlElP/images/documents-types-settings.png?fit=max&auto=format&n=laV1gw1IOLnBlElP&q=85&s=8c06f51e6343bd9d83349e61d08d233c" alt="The Document types settings page listing the built-in types" width="1440" height="900" data-path="images/documents-types-settings.png" />

## The built-in types

Every workspace starts with eight types, ready to use. They follow the shape of product thinking: what you learned, what you decided, what you are going to build, and how you will build it.

| Type               | Typical use                                                                                                  |
| ------------------ | ------------------------------------------------------------------------------------------------------------ |
| **Knowledge Base** | Anything that does not need a sharper label. The general-purpose type, and the one a new document starts on. |
| **PRD**            | The problem, who has it, and what success looks like.                                                        |
| **Spec**           | The detail to build from, complete enough that someone else could build it.                                  |
| **Plan**           | How and in what order the work happens, including a plan a coding agent produced.                            |
| **Research**       | What you heard in customer calls, and what people actually asked for.                                        |
| **Decision**       | The option you picked, the ones you rejected, and why.                                                       |
| **Summary**        | A roll-up: a theme across many requests, or what went into a release.                                        |
| **Project**        | The umbrella for a larger effort that several documents belong to.                                           |

You can **rename** and **recolour** all eight to match your own vocabulary. If your team says "discovery" instead of "Research", rename the type and every document keeps its type.

You cannot **delete** a built-in type. They are marked **Built-in** in the list, and existing documents refer to them, so removing one would leave those documents without a type. Rename it instead, or stop using it.

## Rename or recolour a type

<Steps>
  <Step title="Select the type">
    Click the type's name in the list to open it.
  </Step>

  <Step title="Change the name or colour">
    Edit the **Name**, and pick a **Colour** from the swatches or enter a hex value. A colour is optional. Types without one show a neutral dot.
  </Step>

  <Step title="Save">
    Click save. The change applies everywhere the type appears: the documents list, the type filter, the document panel, and the Documents block on a feedback post.
  </Step>
</Steps>

Renaming is safe at any time. Documents are attached to the type itself, not to its name, so nothing loses its type when you rename it.

## Add your own type

<Steps>
  <Step title="Click New type">
    On [**Settings → Document types**](https://app.sleekplan.com/settings/document-types), click **New type** in the top right.
  </Step>

  <Step title="Name it and pick a colour">
    Give it a name, for example "Postmortem". Pick a colour if you want it to stand out in the list.

    <img src="https://mintcdn.com/sleekplangmbh/laV1gw1IOLnBlElP/images/documents-types-dialog.png?fit=max&auto=format&n=laV1gw1IOLnBlElP&q=85&s=70773c8aada83f54a11917d430868b03" alt="The New document type dialog with a name and a colour selected" width="1440" height="900" data-path="images/documents-types-dialog.png" />
  </Step>

  <Step title="Create it">
    Click **Create type**. It appears at the end of the list and is immediately available on every document.
  </Step>
</Steps>

Add sparingly. The eight built-ins already cover most of what a product team writes down, so a new type is worth it only for something genuinely different, like a postmortem or an interview transcript. If you find yourself wanting a type per team or per quarter, that is a sign the distinction belongs somewhere else.

## Delete a type you added

Types you created can be deleted. What happens depends on whether documents are still using it.

<Steps>
  <Step title="Delete the type">
    Hover the type in the list, click the delete icon, and confirm.
  </Step>

  <Step title="Move its documents, if it has any">
    If no document uses the type, it is removed straight away.

    If documents still use it, Sleekplan will not orphan them. It asks which type they should move to instead. Pick the replacement, then click **Move and delete**. Those documents are reassigned and the old type is removed in one step.
  </Step>
</Steps>

<Note>
  This is why a type can never be deleted out from under a document. Either the type is unused, or you choose where its documents go. There is no state where a document has a type that no longer exists.
</Note>

## Types are not feedback categories

Document types and [feedback categories](/help/feedback/categories) look similar and do different jobs. A category describes the shape of a request your users submit. A document type describes the kind of thinking your team wrote down. They are separate lists on purpose, and nothing is shared between them.

## Next steps

<CardGroup cols={2}>
  <Card title="Documents" icon="notebook-text" href="/help/documents">
    What documents are for and how the Documents screen is organized.
  </Card>

  <Card title="Write a document" icon="pencil" href="/help/documents/write-a-document">
    Create a document, format it, and set its type and status.
  </Card>

  <Card title="Categories, components, tags, and statuses" icon="layout-grid" href="/help/feedback/organizing-feedback">
    How the feedback side of your workspace is organized, and what each label is for.
  </Card>

  <Card title="Link documents to feedback" icon="link" href="/help/documents/link-feedback">
    Connect a document to the posts it informs, from either side.
  </Card>
</CardGroup>
