# FAQs

<details>

<summary>Why is the store interface messed up after activating the app?</summary>

This issue may be related to jQuery code conflict between theme and app. To fix, please follow these instructions:&#x20;

In app admin, go to **Settings** -> **Other settings -> JS library** -> **Include jQuery** -> Untick

</details>

<details>

<summary>How to add FAQ content to product page?</summary>

First, you need to determine which section of the page you will add FAQ content to.

* If you want to add a product description, just get the embed-code and add it there (Go to **Products** -> Select a product to edit -> Paste the embed-code in the product description).
* If you want to add another section to the product page, go to **Online Store** -> **Themes** -> **Customize** -> Select the product template -> Add section/block -> Paste FAQ embed-code
* To ensure you allow FAQ content to appear on product pages, you need to take this extra step: Go to **Settings** -> **Other settings** -> **Load app on** -> Tick on "**Products**"

</details>

<details>

<summary>Completed all the installation steps but why is the content not showing?</summary>

There are 2 things you need to check to troubleshoot:

1. Go to Pages -> FAQs page -> Check if the app's embed code is still on this page
2. Go to Online Store -> Customize theme -> FAQ page template -> Check if the Page section is hidden

</details>

<details>

<summary>How to use multilingual FAQ content?</summary>

You need to create different language versions for the FAQ content, you can refer to the following link: <https://faq-guide.ddshopapps.com/multi-main-faqs-page>\
Then you need to get the short-code of each language version and use it for the translation app.

<figure><img src="https://2722360150-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mbu3OYxznzAMW9oCGCI%2Fuploads%2F2g2MaHOQg58wK6n53Kc6%2Fimage.png?alt=media&#x26;token=87699197-1359-4e47-8bef-1fd32c17cfbc" alt=""><figcaption></figcaption></figure>

</details>

<details>

<summary>Why I added an answer to a question in Submissions but it's not showing up?</summary>

After adding an answer you also need to change its status so that it can be showed on the FAQ page.\
Please change the status for the answer as shown below:

<figure><img src="https://2722360150-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mbu3OYxznzAMW9oCGCI%2Fuploads%2FiV6O9iqeFc9UUvhkTufd%2Fimage.png?alt=media&#x26;token=e99abf49-6703-4b3b-921f-dde80b31feb3" alt=""><figcaption></figcaption></figure>

</details>


---

# 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://faq-guide.ddshopapps.com/faqs.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.
