# Intro

The Stencil File Editor offers you the option of direct browser access to the code that makes up your theme, without having to install [Stencil CLI](https://stencil.bigcommerce.com/docs/what-is-stencil) (command-line interface). This is ideal for making minor adjustments to your theme that cannot be done directly within Theme Editor, or for adding scripts to integrate apps.

These instructions cover the basic steps to access [Stencil-based themes](https://support.bigcommerce.com/articles/Public/The-Stencil-Theme-Platform?q=theme+edit\&l=en_US\&fs=Search\&pn=1) template files and edit their HTML/CSS using the in-browser editor. For information about customizing Blueprint themes, see [Accessing and Customizing Template Files (Blueprint)](https://support.bigcommerce.com/articles/Public/Accessing-and-Customizing-Template-Files?q=theme+edit\&l=en_US\&fs=Search\&pn=1).

This is an advanced feature, and requires knowledge of [HTML/CSS](http://www.w3schools.com/) and [Handlebars](http://handlebarsjs.com/). For major design adjustments, or new theme development, we recommend that you or your developer use Stencil CLI, which provides access to all theme files.

{% hint style="info" %}
Before making large changes we suggest downloading your current theme.
{% endhint %}


---

# 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://halosoft.gitbook.io/bc-nimo-documentation/editing-theme-files/intro.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.
