You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/copilot/concepts/about-organizing-and-sharing-context-with-copilot-spaces.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ redirect_from:
14
14
15
15
{% data reusables.copilot.copilot-spaces.preview-note %}
16
16
17
-
{% data variables.copilot.copilot_spaces %} let you organize the context that {% data variables.product.prodname_copilot_short %} uses to answer your questions. {% data variables.copilot.copilot_spaces_short %} can include code, pull requests, or issues from repositories, free-text content like transcripts or notes, and file uploads. You can ask {% data variables.product.prodname_copilot_short %} questions grounded in that context, or share the space with your team to support collaboration and knowledge sharing.
17
+
{% data variables.copilot.copilot_spaces %} let you organize the context that {% data variables.product.prodname_copilot_short %} uses to answer your questions. {% data variables.copilot.copilot_spaces_short %} can include code, pull requests, or issues from repositories, free-text content like transcripts or notes, images, and file uploads. You can ask {% data variables.product.prodname_copilot_short %} questions grounded in that context, or share the space with your team to support collaboration and knowledge sharing.
18
18
19
19
## Why use {% data variables.copilot.copilot_spaces %}?
20
20
@@ -37,7 +37,7 @@ With {% data variables.copilot.copilot_spaces %} you can:
| Who can create | Anyone with a {% data variables.product.prodname_copilot_short %} license | Organization owners |
39
39
| Owned by | Organizations or individual users | Organizations |
40
-
| Content type |Any code, pull requests, or issues hosted in repositories. File uploads such as free text content or text files, rich documents, and spreadsheets.| Markdown files hosted in {% data variables.product.github %} |
40
+
| Content type |Files and directories from {% data variables.product.github %} repositories, pull requests and issues, uploaded files including images, text files, rich documents, and spreadsheets, and free-text content| Markdown files hosted in {% data variables.product.github %} |
41
41
| Context handling | Limited in size, which guarantees higher response quality given the focused selection | Unlimited, but that comes with reduced response quality |
Copy file name to clipboardExpand all lines: content/copilot/how-tos/context/copilot-spaces/collaborating-with-your-team-using-copilot-spaces.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ redirect_from:
23
23
24
24
## Use cases for team collaboration
25
25
26
-
***Onboarding**: Share a space with key code, docs, and checklists to help new developers get started faster.
26
+
***Onboarding**: Share a space with code, documentation, diagrams, and checklists to help new developers get started faster.
27
27
***System knowledge**: Create a space for a complex system or workflow (like authentication or CI pipelines) that other people can reference.
28
28
***Style guides or review checklists**: Document standards and examples in a space that {% data variables.product.prodname_copilot_short %} can reference when suggesting changes.
For an overview of {% data variables.copilot.copilot_spaces %}, see [AUTOTITLE](/copilot/concepts/about-organizing-and-sharing-context-with-copilot-spaces).
16
+
15
17
{% data reusables.copilot.copilot-spaces.preview-note %}
16
18
19
+
## Creating a space
20
+
17
21
1. To create a space, go to [https://github.com/copilot/spaces](https://github.com/copilot/spaces), and click **Create space**.
18
22
1. Give your space a name.
19
23
1. Choose whether the space is owned by you or by an organization you belong to. Organization-owned {% data variables.copilot.copilot_spaces_short %} can be shared using {% data variables.product.github %}’s built-in permission model.
@@ -23,7 +27,7 @@ redirect_from:
23
27
24
28
1. Click **Save** in the top right corner of the page.
25
29
26
-
## Adding context to {% data variables.copilot.copilot_spaces_short %}
30
+
## Adding context to a space
27
31
28
32
You can add two types of context to your space:
29
33
@@ -38,11 +42,11 @@ You can add two types of context to your space:
38
42
To add attachments, click **{% octicon "plus" aria-hidden="true" aria-label="plus" %} Add** to the right of "Attachments", then choose one of the following options:
39
43
40
44
***{% octicon "file-code" aria-hidden="true" aria-label="file-code" %} Attach files and folders**: You can add files and folders from your {% data variables.product.github %} repositories. This includes code files, documentation, and other relevant content that can help {% data variables.product.prodname_copilot_short %} understand the context of your space.
41
-
***{% octicon "link" aria-hidden="true" aria-label="link" %} Link pull requests and issues**: You can paste the URLs of the {% data variables.product.github %} content you want to add. This can include issues and pull requests.
42
-
***{% octicon "upload" aria-hidden="true" aria-label="upload" %} Upload a file**: You can upload files directly from your computer. This includes text files, rich documents, and spreadsheets.
43
-
***{% octicon "paste" aria-hidden="true" aria-label="paste" %} Add text content**: You can add free-text content, such as transcripts, notes, or any other relevant information that can help {% data variables.product.prodname_copilot_short %} understand the context of your space.
45
+
***{% octicon "link" aria-hidden="true" aria-label="link" %} Link pull requests and issues**: You can paste the URLs of the {% data variables.product.github %} issues and pull requests.
46
+
***{% octicon "upload" aria-hidden="true" aria-label="upload" %} Upload a file**: You can upload files directly from your local machine. This includes images, text files, rich documents, and spreadsheets.
47
+
***{% octicon "paste" aria-hidden="true" aria-label="paste" %} Add text content**: You can type or paste free-text content, such as transcripts, notes, or any other relevant information that can help {% data variables.product.prodname_copilot_short %} understand the context of your space.
44
48
45
-
## Using {% data variables.copilot.copilot_spaces_short %}
49
+
## Using {% data variables.copilot.copilot_spaces %}
46
50
47
51
Once you've added context to your space, you can ask {% data variables.product.prodname_copilot_short %} questions in the chat interface. Your chat will be grounded in the context you've added.
Copy file name to clipboardExpand all lines: content/copilot/tutorials/speeding-up-development-work-with-copilot-spaces.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Below are some examples of how to use {% data variables.copilot.copilot_spaces_s
26
26
27
27
## Developing a new feature
28
28
29
-
When working on a specific feature, you can save time and produce higher-quality results by using a space. Add the relevant code, a product spec, and any supporting materials—like notes from a design review or image descriptions of mockups. {% data variables.product.prodname_copilot_short %} can help you:
29
+
When working on a specific feature, you can save time and produce higher-quality results by using a space. Add the relevant code, a product spec, and any supporting materials—like notes from a design review or mockup images. {% data variables.product.prodname_copilot_short %} can help you:
30
30
31
31
* Summarize how the current implementation works.
32
32
* Suggest changes or additions based on the spec.
@@ -41,7 +41,7 @@ When working on a specific feature, you can save time and produce higher-quality
41
41
42
42
## Defining the logic for a small, frequent task
43
43
44
-
When working on repetitive tasks like tracking telemetry events or handling event emissions, it’s useful to document the logic once and share it with others through {% data variables.copilot.copilot_spaces_short %}. This allows everyone to stay consistent and saves time when performing the task. {% data variables.product.prodname_copilot_short %} can assist by:
44
+
When working on repetitive tasks like tracking telemetry events or handling event emissions, it’s useful to document the logic once and share it with others through {% data variables.copilot.copilot_spaces_short %}. This allows everyone to stay consistent and saves time when performing the task. If you have a process flowchart for a task, you can upload this to your space for reference. {% data variables.product.prodname_copilot_short %} can assist by:
45
45
46
46
* Suggesting efficient patterns based on your previous work.
0 commit comments