# Getting Started on Suggestic

### How can I obtain a token and a UserID?

You can obtain both for free by accessing our [website](https://join.suggestic.com/).

### Why I'm not receiving the email with the token and UserID from the web page?

Your email address may have been registered before. Try completing the registration with a different one. If the problem persists, send an email to  <hi@suggestic.com>.

### How can I know which is my current subscription?

Get the current subscription of a user from the [myProfile ](https://docs.suggestic.com/graphql/query/queries/my-profile)query


---

# 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.suggestic.com/graphql/knowledge-base/faqs/getting-started-on-suggestic.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.
