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

# Wiki

The **Wiki** is a built-in documentation tool within TMS ONE that allows your team to create and maintain project-specific documentation — test strategies, testing guidelines, onboarding notes, or any reference material relevant to your project.

***

## Navigating to the Wiki

From the left sidebar, click **Overview → Wiki** under your project.

The Wiki has two panels:

* **Left panel** — list of all pages with a search box and Create button
* **Right panel** — content of the selected page

***

## Creating a page

1. Click the **Create** button in the left panel
2. Enter a title for the page
3. Write your content in the editor
4. Save the page

Pages appear in the left panel list and can be searched by title.

***

## Editing and deleting pages

Click the **⋯ menu** next to any page in the left panel to:

* **Edit** — update the page title or content
* **Delete** — permanently remove the page

***

## What to use the Wiki for

The Wiki is a flexible space — here are some common uses within a testing context:

<AccordionGroup>
  <Accordion title="Test Strategy">
    Document your overall approach to testing — what types of testing are in scope, your coverage goals, risk areas, and how testing fits into the development lifecycle.
  </Accordion>

  <Accordion title="Testing Guidelines">
    Define standards for your team — how to write test cases, naming conventions, tagging rules, severity definitions, and how to log defects.
  </Accordion>

  <Accordion title="Environment Information">
    Record details about your test environments — URLs, credentials (non-sensitive), setup steps, and known issues per environment.
  </Accordion>

  <Accordion title="Onboarding Notes">
    Help new team members get up to speed quickly with project-specific context, key contacts, and links to important resources.
  </Accordion>

  <Accordion title="Release Notes & Test Sign-off">
    Track what was tested per release, known issues accepted, and sign-off status.
  </Accordion>
</AccordionGroup>

***

## What's next?

<CardGroup cols={2}>
  <Card title="Project Dashboard" icon="chart-pie" href="/qa/project-dashboard">
    View test run results, automation stats, and defect overview for your project
  </Card>

  <Card title="Writing Test Cases" icon="pen" href="/qa/writing-test-cases">
    Start building your test suite
  </Card>
</CardGroup>
