> For the complete documentation index, see [llms.txt](https://mhanlon.gitbook.io/beginning-xcode/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mhanlon.gitbook.io/beginning-xcode/en/making-a-minor-change.md).

# Making a Minor Change

Now we're going to change a small piece of our user interface.

1. In the Project Navigator (the left pane of Xcode), select the Main.storyboard file.![](/files/-M50X3qUKCS1h6oAX71F)
2. By selecting this file the middle pane becomes an editor for the user interface of our app.![](/files/-M50X3qWTPudBlaVOEPb)
3. If you don't see the View Controller Scene on the left hand side of this pane, you can reveal it by selecting the Editor > Show Document Outline menu item.![](/files/-M50X3qYey09Ukkdk7sh)
4. Open the View Controller Scene by clicking on the disclosure triangle to reveal a View Controller item, and open that to reveal a View item and select it.![](/files/-M50X3q_Rb4K23i3p2rr)
5. The far right pane of Xcode's window is the Utilities pane. This pane will change, depending on the item you have selected. In this case, it shows an inspector for various properties of our view.![](/files/-M50X3qbF1mujxOjrV_r)
6. Change the color to something other than the default. I've chosen a bright green here.![](/files/-M50X3qd8zTAqt4nBET9)
7. Click the Run button again to build and run our application.![](/files/-M50X3qfr1Ts9ZVUweVB)

We can see that our background view has changed color in our app now.


---

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

```
GET https://mhanlon.gitbook.io/beginning-xcode/en/making-a-minor-change.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.
