> For the complete documentation index, see [llms.txt](https://docs.getgymini.com/gymini/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getgymini.com/gymini/features/features-overview/forms-surveys-chat/surveys-and-forms/troubleshooting-the-slide-button-issue.md).

# Troubleshooting the Slide Button Issue

**Introduction**

While using Gymini, you might encounter an issue where the slide button is not visible. This guide will help you troubleshoot and resolve this issue so that you can continue to use the slide button feature without any hindrance.

**Possible Causes and Solutions**

There could be two primary reasons why the slide button is not appearing:

**1. CSS Settings in Agency Settings**

* **Issue**: The CSS settings in your agency settings might be blocking the slide button.
* **Solution**: Review the CSS settings in your agency settings to ensure that they are not preventing the slide button from appearing.

**2. "One Question at a Time" Option**

* **Issue**: The "One Question at a Time" option is enabled.
* **Solution**:
  * **Locate the Option**: Find the option that says "One Question at a Time".
  * **Disable the Option**: If this option is enabled, you will not see the slide button. Ensure to disable this option to bring back the slide button functionality.

**Step-by-Step Guide to Resolving the Issue**

1. **Check CSS Settings**: Start by checking the CSS settings in your agency settings to ensure nothing there is blocking the slide button.
2. **Locate the "One Question at a Time" Option**: Find and review the "One Question at a Time" option in the settings.
3. **Disable the Option**: If the option is enabled, disable it to restore the slide button functionality.

**Conclusion**

Troubleshooting the slide button issue in Gymini is a simple process that involves checking the CSS settings and reviewing the "One Question at a Time" option. By following this guide, you can quickly resolve the issue and continue to use the slide button feature seamlessly.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.getgymini.com/gymini/features/features-overview/forms-surveys-chat/surveys-and-forms/troubleshooting-the-slide-button-issue.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
