# Basic Steps

After considering the [topic, desired effects, and objectives ](/learn/tutorials/digital-exhibits/getting-started-with-digital-exhibits/considerations.md)follow the steps below. (The order is suggested and not entirely necessary.)

**1.) Select the objects that will be featured**

* The object selection process requires careful consideration and includes determining whether any digitization is needed and whether there are any intellectual property concerns. (See the [Intellectual Property libguide](https://libguides.bc.edu/copyright/overview) for more on the topic.)

**2.) Determine how you want to organize your objects**

* The order objects will go in, the way they are grouped, and how they are juxtaposed are major components of the curation process. It is helpful to play around with the order, even if only to ensure your chosen order is the best one.

**3.) Select your exhibit platform**

* Choose the [platform](/learn/tutorials/digital-exhibits/getting-started-with-digital-exhibits/platforms.md) most appropriate for the content and the desired type of interactivity.&#x20;
  * You may already know which platform you plan to use or the one you have to use based on what is available to you. If not, it can be helpful to base your platform selection on the content you have as opposed to shaping your content to fit into a given platform.

**4.) Write your text**

* [Write exhibit content](https://www.carleton.edu/arts-director/exhibitions/exhibition-planning/texts/) for the introduction page, object labels, and group labels. (Also see ["writing for the web,"](https://edtechbooks.org/webdesign/writingfortheweb) a topic that applies when writing for an online audience.)
  * **Introduction page**: Information that introduces or "sets the scene" of the exhibit
  * **Object labels**: Information that describes and contextualizes exhibit objects
  * **Group labels**: Information that explains how a group of objects are related, contextualizes the objects, or simply introduces them as a whole
  * This step requires consideration of the intended audience: Is the exhibit intended for a general audience? Or, is it intended for an audience with preexisting knowledge about the topic? The answer to these questions will help determine how much explanation is needed and will influence word choices.
* Write accessibility text, i.e., alt text, video captions, transcripts (see [Usability & Accessibility](/learn/tutorials/digital-exhibits/getting-started-with-digital-exhibits/basic-steps/usability-and-accessibility.md)).

**5.) Determine the site organization**&#x20;

* Design the site's information architecture (structure, navigation, taxonomy, page layout, etc.) (See [Site Organization](/learn/tutorials/digital-exhibits/getting-started-with-digital-exhibits/basic-steps/site-organization.md)).
  * The choices made here shape the flow of the exhibit and the interactive experience.
* Organization choices have a major impact on exhibit [usability and accessibility](/learn/tutorials/digital-exhibits/getting-started-with-digital-exhibits/basic-steps/usability-and-accessibility.md).

**6.) Make Design Decisions**&#x20;

* Make design decisions, e.g., choose [fonts](https://uxplanet.org/10-tips-on-typography-in-web-design-13a378f4aa0d), [colors](https://uxplanet.org/5-simple-tips-on-using-color-in-your-design-40916d0dfa63), landing page image(s), etc. (Read [Visual Design Basics](https://www.usability.gov/what-and-why/visual-design.html)).
* Design decisions have a major impact on tone and [usability and accessibility](/learn/tutorials/digital-exhibits/getting-started-with-digital-exhibits/basic-steps/usability-and-accessibility.md).


---

# Agent Instructions: 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:

```
GET https://bcds.gitbook.io/learn/tutorials/digital-exhibits/getting-started-with-digital-exhibits/basic-steps.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
