> For the complete documentation index, see [llms.txt](https://docs.sprinto.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinto.com/trust/knowledge-hub/frequently-asked-questions.md).

# Frequently Asked Questions

The following FAQs address common questions about using the Knowledge Hub in Sprinto, covering document uploads, question bank management, supported formats, and workflow behaviour. Use this section to quickly find answers and best practices for maintaining an up-to-date, audit-ready repository.

***

#### 1. What is the Knowledge Hub?

The Knowledge Hub is a central repository within Sprinto where you can upload important documents and maintain a question-and-answer bank for compliance, security, and audit readiness.

***

#### 2. Who can access the Knowledge Hub?

Access depends on your role and permissions in Sprinto. Administrators typically have full access to upload documents, manage Q\&A, and view all content.

***

#### 3. What types of documents can I upload?

Supported formats include `.csv`, `.text`, `.pdf`, `.docx`, `.doc`, `.json`, `.xlsx`, and `.xls`.

***

#### 4. How do I add a new document?

Navigate to the **Documents** tab, click **Add document**, provide a document name, upload the file, and click **Upload**.

***

#### 5. Can I edit or replace a document after uploading?

Yes. You can update or replace an existing document by editing its entry in the **Documents** tab, provided you have the required permissions.

***

#### 6. What is the Q\&A tab used for?

The Q\&A tab stores your organisation’s question bank, which can be used for audits, vendor assessments, RFPs, and other compliance checks.

***

#### 7. How can I add questions to the Q\&A tab?

You can add questions in two ways:

* **Bulk import** using a CSV template.
* **Individual entry** with manual question and answer fields.

***

#### 8. What happens after I bulk upload a questionnaire?

Any unanswered questions are automatically assigned to an admin for response. You will receive an email once responses are added.

***

#### 9. Can I attach documents to individual Q\&A entries?

Yes. When adding or editing a Q\&A entry, you can attach relevant supporting documents.

***

#### 10. How does the Knowledge Hub differ from the main Sprinto documentation?

The Knowledge Hub focuses on edge cases, compliance-specific clarifications, and audit-ready resources, while the main Sprinto documentation covers product workflows, features, and setup instructions.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.sprinto.com/trust/knowledge-hub/frequently-asked-questions.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.
