Skip to content

Commit d34fe1d

Browse files
authored
[DOCS-1138] Update Models docs for configuring the default entity (#1496)
[DOCS-1138] Update Models docs for configuring the default entity This is a requirement for addressing the Weave side of DOCS-1138, and catches the UI docs up to current reality. - Add new docs for Default team section of UI, different tabs for SaaS and Dedicated. - Updates Teams section of settings to describe how it currently works and remove erroneous detail about creating a team in favor of linking to Manage Teams.
1 parent 1cd0b67 commit d34fe1d

1 file changed

Lines changed: 25 additions & 6 deletions

File tree

content/en/guides/models/app/settings-page/user-settings.md

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,35 @@ To add a follow badge for the `@weights_biases` account on X, you could add a Ma
3333
```
3434
In an `<img>` tag, you can specify `width`, `height`, or both. If you specify only one of them, the image's proportions are maintained.
3535

36-
## Teams
36+
## Default team
37+
If you are a member of more than one team, the **Default team** section allows you to configure the default team to use when a run or a Weave trace does not specify a team. If you are a member of only one team, that team is the default and this section does not appear.
38+
39+
Select a tab to continue.
40+
41+
{{< tabpane text=true >}}
42+
{{% tab header="Multi-tenant Cloud" %}}
43+
Next to **Default location to create new projects in**, click thew drop-down, then select your default team.
44+
{{% /tab %}}
45+
{{% tab header="Dedicated Cloud / Self-Managed" %}}
46+
1. Next to **Default location to create new projects in**, click thew drop-down, then select your default team or your personal entity.
47+
1. (**Optional**) If an admin has turned on public projects in in **Account** > **Settings** > **Privacy**, configure the default visibility for your new projects. Click the button next to **Default project privacy in your personal account**, then select **Private** (the default) or **Public**.
48+
1. (**Optional**) If an admin has turned on [default saving and diffing code]({{< relref "/guides/models/app/features/panels/code.md" >}}) in **Account** > **Settings** > **Privacy**, to turn it on for your runs, click **Enable code saving in your personal account**.
49+
{{% /tab %}}
50+
{{< /tabpane >}}
3751

38-
Create a new team in the **Team** section. To create a new team, select the **New team** button and provide the following:
52+
{{% alert %}}
53+
To specify the default team when you’re running a script in an automated environment, you can specify the default location using the `WANDB_ENTITY` [environment variable]({{< relref "https://docs.wandb.ai/guides/models/track/environment-variables.md" >}}).
54+
{{% /alert %}}
55+
56+
## Teams
57+
The **Teams** section lists all of your teams.
3958

40-
* **Team name** - the name of your team. The team mane must be unique. Team names can not be changed.
41-
* **Team type** - Select either the **Work** or **Academic** button.
42-
* **Company/Organization** - Provide the name of the team’s company or organization. Choose the dropdown menu to select a company or organization. You can optionally provide a new organization.
59+
1. Click a team name to go to the team page.
60+
1. If you have permission to join additional teams, click **View teams** next to **We found teams for you to join**.
61+
1. Optionally, turn on **Hide teams in public profile**.
4362

4463
{{% alert %}}
45-
Only administrative accounts can create a team.
64+
To create or manage a team, see [Manage teams]({{< relref "/guides/models/app/settings-page/teams/" >}}).
4665
{{% /alert %}}
4766

4867
## Beta features

0 commit comments

Comments
 (0)