> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/account-and-billing/settings/preferences.md).

# Preferences

Preferences on Morphic lets you set your own defaults. These settings apply to you, not to your whole organization, so changing them does not affect your teammates.

Here's a quick tutorial on how to set your preferences on Morphic:

### Accessing Preferences

1. In the Dashboard view, click the Org logo in the top-left corner.
2. From the dropdown, select Settings.
3. Under 'Account' in the left sidebar, click 'Preferences'.

Or go straight there: [studio.morphic.com/settings/preferences](https://studio.morphic.com/settings/preferences)

### Default chat mode

'Default chat mode' sets the mode new Copilot chats start in.

1. Open 'Preferences'
2. Click the dropdown beside 'Default chat mode'
3. Pick the mode you want

Your options are 'Auto', which generates straight away, 'Ask', which shows you the settings and credit cost before anything runs, and 'Plan', which writes a plan without generating. See [Chat modes](/docs/getting-started/copilot/chat-modes.md) for what each one does.

This only affects new chats. You can still switch modes in any chat, and changing a single chat does not change your default.

If you often work with video or from a shared credit balance, setting your default to 'Ask' means every new chat shows you the cost before it spends anything.

### Browser notifications

'Browser notifications' tells your browser to let you know when a generation is ready, so you can work in another tab while a long render finishes.

1. Open 'Preferences'
2. Switch 'Browser notifications' on or off

### Good to know

* Your browser asks for permission the first time you turn notifications on. If you do not see them afterwards, check that Morphic is allowed to send them in your browser settings.
* These settings are yours alone. Changing them does not affect anyone else in your organization.
* If you work with video or from a shared balance, a default of 'Ask' means every new chat shows the cost before it spends anything.

That's how you set your preferences on Morphic. It sets how new chats behave and how you hear about finished work.

***

If you have any trouble or have any questions, feel free to reach out. We're happy to help. Write to us at [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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://morphic.com/docs/account-and-billing/settings/preferences.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.
