> For the complete documentation index, see [llms.txt](https://interfacing.gitbook.io/interfacing-help-files/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interfacing.gitbook.io/interfacing-help-files/getting-started.md).

# Getting Started

Your guide to getting oriented with the platform.

Welcome! This section walks you through the key steps for accessing and navigating the platform. Whether you’re signing in for the first time or returning after a break, you’ll find clear, straightforward instructions to help you get set up quickly.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Switching Between EPC and the New Experience</strong></td><td>Navigate seamlessly between the EPC interface and the new platform.</td><td><a href="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2FBzOehRRXH52GoVAsyhxM%2FIMS%20Icons%20(3).png?alt=media&amp;token=3cce5594-cd46-4892-8c64-104c51f4bf52">IMS Icons (3).png</a></td><td><a href="/interfacing-help-files/getting-started/switching-between-epc-and-the-new-experience.md">Switching Between EPC and the New Experience</a></td></tr><tr><td><strong>Setting Up Your Profile</strong></td><td>Access your account and set up your profile for a personalized experience.</td><td><a href="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2FRtnQWtXc6vnXkQ33U5Yx%2FIMS-V16-NAV-Library-Icons-117.png?alt=media&amp;token=649e1d58-dd8b-40d8-90a2-3563a157b43c">IMS-V16-NAV-Library-Icons-117.png</a></td><td><a href="/interfacing-help-files/getting-started/first-time-login-and-profile-setup.md">Profile Settings</a></td></tr><tr><td><strong>Exploring the New Experience</strong></td><td>Familiarize yourself with the layout, navigation, and core features of the platform.</td><td><a href="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2FIicHnWRDxU9zPCTnLGLC%2FIMS%20Icons%20(1).png?alt=media&amp;token=f51f14ca-3e0c-466b-be24-aebe5b3d9570">IMS Icons (1).png</a></td><td><a href="/interfacing-help-files/getting-started/quickstart.md">Exploring the New Experience</a></td></tr><tr><td><strong>Understanding Key Concepts &#x26; Terminology</strong></td><td>Learn key terminology and core concepts to help you use the platform effectively.</td><td><a href="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2FSwDZa6OTO9FoYS7Lx2kF%2FIMS-V16-NAV-Library-Icons-87.png?alt=media&amp;token=47ed7ea0-f355-42a6-a703-cae5a8ea4fd6">IMS-V16-NAV-Library-Icons-87.png</a></td><td><a href="/interfacing-help-files/getting-started/glossary-and-key-concepts.md">Glossary &amp; Key Concepts</a></td></tr><tr><td><strong>Identifying Icons &#x26; Symbols</strong></td><td>Recognize the icons, symbols, and visual cues used throughout the platform.</td><td><a href="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2FpPHS8tX0P7V1gGDaawRD%2FIMS-V16-NAV-Library-Icons-124.png?alt=media&amp;token=ab5a657f-7347-486d-ab37-2202f53aa258">IMS-V16-NAV-Library-Icons-124.png</a></td><td></td></tr></tbody></table>


---

# 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://interfacing.gitbook.io/interfacing-help-files/getting-started.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.
