> For the complete documentation index, see [llms.txt](https://docs.sniper.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sniper.xyz/tokens/web-platform/faq.md).

# FAQ

* Is Solsniper going away?&#x20;
  * No, the main Sniper.xyz website will remain as is with more updates to come.
* Where did the Sniper Telegram bot go?
  * The SniperXYZ Telegram bot is still available, but for now, it's integration has been removed from the Sniper website platform. We’re planning to make upgrades here, more to come soon.&#x20;
* Can I still use features like /floor ? &#x20;
  * Yes all previous functionalities besides Telegram login to the web terminal will continue to be supported.
* Will Sniper users need to create a new Phantom account ?&#x20;
  * No, you can use your existing Sniper account and all your settings will remain the same.
* Will I need to use Phantom to use Sniper?&#x20;
  * No, we aren’t changing the wallet log in options right now. More updates to come.
* Will fees change for Sniper ?&#x20;
  * No, all service fees remain the same.
* Will I lose my Sniper data or custom settings?&#x20;
  * No, all data and custom settings remain the same.&#x20;
* What features are coming to Sniper post acquisition ?
  * We’ll post on X about any new features. We’ve got lots of exciting features in store.&#x20;
* Who should I contact with questions ?&#x20;
  * Please email us at <support@solsniper.xyz>


---

# 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.sniper.xyz/tokens/web-platform/faq.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.
