> For the complete documentation index, see [llms.txt](https://docs.infotopics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infotopics.com/trulyp/getting-started/getting-started-as-a-trulyp-user.md).

# Getting started as a Trulyp user

When you log in to your new Trulyp enviroment you will arrive at the home page. This will be your landing page whenever you login to your account. Based on your role within Trulyp you will see different options in the menu on the left fit your role. If you are missing one or more of the options on this page, it's because your administrator has not given you the right role yet. You can read more about that [here](/trulyp/members-teams-and-roles.md).

Trulyp has many exciting new features!&#x20;

* **AI.** With the use of AI you can create viz extensions, ask questions and create apps.
* **Analytics**, here you can create your own app using our extensions and add visuals to create a dashboard like you are used to in Tableau. This app can also be embeded to Tableau to use it there.
* **Studio**, here you can create your own viz extensions using AI.

**AI**

With AI you can always chat on the right side of your screen with Vizzy, our personal assistant in Trulyp. AI is also being used to create your own viz extensions or ask Vizzy any question you want to help you analyse your data or learn how to use the platform.

**Analytics**

In Analytics you can create apps (Tableau calls there dashboards). This can be done using your data when connected in Trulyp to your data. In analytics there are standard visuals as you know them like barchart, linechart, maps, etc. but also our extensions can be used there. Also AI can be used here to create small viz extensions or use the ones from studio to create your own awesome app.

<figure><img src="https://2312557015-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWbWxEBax8PKTjFYRLWgi%2Fuploads%2FeHM8Vu3krGbIo4HiOGrs%2F6Analytics_Create_App.png?alt=media&amp;token=9cfcc16e-1b8f-4045-aeab-df5d38240c57" alt=""><figcaption></figcaption></figure>

**Studio**

In studio you can create your very own viz extensions with just one prompt using AI. Tell Vizzy what kind of viz extension you would like to create and let the AI do all the work for you. With that you can create a cool viz extension just like this one!

<figure><img src="https://2312557015-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWbWxEBax8PKTjFYRLWgi%2Fuploads%2FWIAj4EdzIIWahPzRaXjh%2Fimage.png?alt=media&amp;token=09c6a447-fbc0-4b07-b954-5dd395fb26e0" alt=""><figcaption></figcaption></figure>


---

# 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.infotopics.com/trulyp/getting-started/getting-started-as-a-trulyp-user.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.
