> For the complete documentation index, see [llms.txt](https://academy.synap.ac/doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.synap.ac/doc/getting-started/initial-portal-configuration.md).

# Initial Portal Configuration

Your Synap portal should come with some initial configuration based on the options you selected when you signed up, but you can configure this further via your Portal Settings page. To access this, click on the "Gear" icon in the bottom left hand side of the screen.&#x20;

This will take you to the Portal Settings page where you have multiple options to configure and personalise your portal. For a more in-depth guide on these different options, you can look at the [Portal Settings Documentation](/doc/portal-settings/portal-settings.md) - in this 'Getting Started' guide we will just cover a handful of the most common things people want to change early on.&#x20;

### General Settings

On this page you can change your Portal Name - this is the name that your users will see in various places such as on the registration page as well as in emails. You can set it to the name of your organisation, or something else.&#x20;

Your Portal URL will be set to \<something>.synap.ac and this field cannot be edited directly. Pro and Business plan customers can request a Custom Domain (CNAME) by speaking to their account manager. If you want to change your Portal URL to \<something else>.synap.ac, please get in touch with us.&#x20;

### Branding

You can upload your organisation logo and set various colour schemes to match your brand.&#x20;

### Page Controls

When you signed up, you will have selected a specific use case on Synap e.g. To Deliver Exams, To Deliver Practice Tests or To Deliver Courses. We tailor your initial experience to this use case, by selecting specific pages to show and hide.&#x20;

This does not mean that you cannot use the other features - they are included in all of our plans regardless of what you chose when you signed up. We hide some of them initially just to keep your initial experience focused. But, if you think you made a mistake when you signed up, or just want to explore other pages, you can turn them on by going to the User Access section and clicking on each User Type.&#x20;

#### Recommended configurations:

**If you are delivering Exams:**

* Students should have access to Exams. You can also give them access to Results and/or Insights, if you want them to be able to see historical data
* Admins/Managers: Should have access to Exams and Library. You may also want to enable Collections as this can be a helpful way of managing your content library at scale.&#x20;

**If you are delivering Practice Tests / Question Banks:**

* Students should have access to Collections. You will probably want to give them access to Insights and Results
* Admins/Managers: Should have access to Library, Collections and Attempts.

**If you are delivering Courses / Assignments:**

* Students should have access to Assignments
* Admins/Managers: Should have access to Library, Courses and Assignments


---

# 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://academy.synap.ac/doc/getting-started/initial-portal-configuration.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.
