# IntroText + Time + Day

We have had an IntroText + Time and IntroText + Day. Well how about we combine it now?

This might sound a bit crazy, and it actually is, but you can go as far as you want.

Just like with IntroText + Day, you can use Week or Weekend and similar to the Default IntroText, you can include more than 1 speech if you want to.

Defining IntroTextDayWeek looks like this:

```ruby
IntroTextDayWeek: ["Good Day, welcome to our store, what can I do for you?"]
```

This will be used by the script when it's Day/Noon and it's either Monday, Tuesday, Wednesday, Thursday or Friday in the game:

<div align="center"><figure><img src="/files/nf0GLD1skQyDANiQhMuE" alt="" width="375"><figcaption><p>IntroTextDayWeek</p></figcaption></figure></div>

Or you can go more specific by using the exact day.

Defining IntroTextDayTuesday would look like this:

```ruby
IntroTextDayTuesday: ["Hello, what can I do for you on this fine Tuesday Noon?"]
```

This will be used by the script when it's Day/Noon and it's Tuesday in the game:

<div align="center"><figure><img src="/files/Ed5nqGO8loSRyczkDvQM" alt="" width="375"><figcaption><p>IntroTextDayTuesday</p></figcaption></figure></div>

Let's list up the complete break down for how it'll choose the speech available:

Let's say it's Wednesday Morning:

IntroTextMorningWednesday - IntroTextDayWednesday - IntroTextWednesday - IntroTextMorningWeek - IntroTextDayWeek - IntroTextWeek - IntroTextMorning - IntroTextDay - IntroText

Like I said before, you can go as far as you want yourself in this. It might get complicated for sure but you're not supposed to have a text for each possible IntroText by Time and Day.&#x20;


---

# 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://arckytech.gitbook.io/arckys-poke-mart-guide/settings-and-setup-file/speeches/seller-classes/introtext/introtext-+-time-+-day.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.
