# Setting up Wiki

You can setup a knowledge base and documentation for your project using Confluence. The team can use this documentation repository to create articles and documentation knowledge bases related to the project.

PCC supports the following documentation tool:

* Confluence

## Confluence Setup for a Project <a href="#confluence-setup-for-a-project" id="confluence-setup-for-a-project"></a>

PCC allows you to setup a Confluence repository for your project to create documentation related to your project.

To setup Confluence for your project, perform the following:

1.Login into PCC.

2\. Search for the required project. The Project dashboard appears. Click **Wiki** from the **Collaboration** tab.

{% hint style="info" %}
You can also navigate to Wiki from the Vertical Sidebar navigation menu. Click **Collaboration** and then select **Wiki**.
{% endhint %}

<figure><img src="/files/uuqGCKls41xAyNDQ1f9X" alt=""><figcaption><p>Wiki</p></figcaption></figure>

3.You have two options to setup a Confluence page:

* Connect to existing
* Deploy New

a) If you want to connect to the existing server, Click **Connect Existing**. Enter **URL** of the existing server and click **Connect**. The Confluence page will be setup to the existing server.

{% hint style="warning" %}
You should have setup the Primary Domain to the project, before you connect to the existing Confluence page.
{% endhint %}

<figure><img src="/files/7A4aF3cNDpyORlqJmHFI" alt=""><figcaption><p>Existing Server</p></figcaption></figure>

b) If you want to connect to a new server, select **Deploy New** and click **Deploy**. The Confluence page will be setup to a new service provider.

<figure><img src="/files/Gp5PxUwxKsGXpcUvu6Ut" alt=""><figcaption><p>New Server</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.linuxfoundation.org/lfx/project-control-center/v1-prior-version/it-services-for-a-project/setting-up-wiki.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
