├── .cfignore
├── .env.enc
├── .env.example
├── .eslintignore
├── .eslintrc.yml
├── .gitignore
├── .travis.yml
├── CONTRIBUTING.md
├── LICENSE
├── README.md
├── README_pictures
└── Flow_diagram.png
├── Staticfile
├── actions
├── conversation.js
└── discovery.js
├── blueprint.json
├── blueprint
├── appicon.svg
└── thumbnail.svg
├── create-openwhisk-actions.sh
├── manualdocs
├── manual_0.json
├── manual_1.json
├── manual_10.json
├── manual_100.json
├── manual_102.json
├── manual_103.json
├── manual_104.json
├── manual_105.json
├── manual_106.json
├── manual_107.json
├── manual_108.json
├── manual_109.json
├── manual_11.json
├── manual_110.json
├── manual_111.json
├── manual_112.json
├── manual_114.json
├── manual_115.json
├── manual_116.json
├── manual_117.json
├── manual_118.json
├── manual_119.json
├── manual_12.json
├── manual_120.json
├── manual_121.json
├── manual_122.json
├── manual_123.json
├── manual_124.json
├── manual_125.json
├── manual_126.json
├── manual_127.json
├── manual_128.json
├── manual_129.json
├── manual_13.json
├── manual_130.json
├── manual_131.json
├── manual_132.json
├── manual_133.json
├── manual_134.json
├── manual_136.json
├── manual_137.json
├── manual_138.json
├── manual_139.json
├── manual_140.json
├── manual_141.json
├── manual_142.json
├── manual_144.json
├── manual_145.json
├── manual_146.json
├── manual_147.json
├── manual_148.json
├── manual_149.json
├── manual_15.json
├── manual_150.json
├── manual_151.json
├── manual_152.json
├── manual_153.json
├── manual_154.json
├── manual_155.json
├── manual_156.json
├── manual_157.json
├── manual_158.json
├── manual_159.json
├── manual_16.json
├── manual_163.json
├── manual_164.json
├── manual_165.json
├── manual_166.json
├── manual_167.json
├── manual_168.json
├── manual_169.json
├── manual_17.json
├── manual_170.json
├── manual_171.json
├── manual_172.json
├── manual_173.json
├── manual_174.json
├── manual_176.json
├── manual_177.json
├── manual_178.json
├── manual_179.json
├── manual_18.json
├── manual_180.json
├── manual_181.json
├── manual_182.json
├── manual_183.json
├── manual_184.json
├── manual_186.json
├── manual_187.json
├── manual_188.json
├── manual_189.json
├── manual_190.json
├── manual_191.json
├── manual_192.json
├── manual_193.json
├── manual_194.json
├── manual_195.json
├── manual_196.json
├── manual_198.json
├── manual_199.json
├── manual_2.json
├── manual_20.json
├── manual_200.json
├── manual_201.json
├── manual_202.json
├── manual_203.json
├── manual_206.json
├── manual_207.json
├── manual_208.json
├── manual_209.json
├── manual_21.json
├── manual_210.json
├── manual_211.json
├── manual_212.json
├── manual_213.json
├── manual_214.json
├── manual_215.json
├── manual_216.json
├── manual_217.json
├── manual_218.json
├── manual_219.json
├── manual_22.json
├── manual_220.json
├── manual_221.json
├── manual_222.json
├── manual_223.json
├── manual_224.json
├── manual_225.json
├── manual_226.json
├── manual_227.json
├── manual_228.json
├── manual_229.json
├── manual_23.json
├── manual_230.json
├── manual_231.json
├── manual_233.json
├── manual_234.json
├── manual_24.json
├── manual_25.json
├── manual_26.json
├── manual_27.json
├── manual_28.json
├── manual_29.json
├── manual_30.json
├── manual_31.json
├── manual_32.json
├── manual_33.json
├── manual_34.json
├── manual_35.json
├── manual_36.json
├── manual_37.json
├── manual_38.json
├── manual_4.json
├── manual_40.json
├── manual_41.json
├── manual_42.json
├── manual_43.json
├── manual_44.json
├── manual_46.json
├── manual_47.json
├── manual_48.json
├── manual_49.json
├── manual_5.json
├── manual_50.json
├── manual_51.json
├── manual_52.json
├── manual_53.json
├── manual_54.json
├── manual_55.json
├── manual_56.json
├── manual_57.json
├── manual_58.json
├── manual_59.json
├── manual_6.json
├── manual_60.json
├── manual_61.json
├── manual_62.json
├── manual_63.json
├── manual_64.json
├── manual_65.json
├── manual_66.json
├── manual_67.json
├── manual_68.json
├── manual_69.json
├── manual_7.json
├── manual_70.json
├── manual_71.json
├── manual_72.json
├── manual_73.json
├── manual_74.json
├── manual_75.json
├── manual_78.json
├── manual_79.json
├── manual_8.json
├── manual_80.json
├── manual_81.json
├── manual_82.json
├── manual_83.json
├── manual_84.json
├── manual_86.json
├── manual_87.json
├── manual_88.json
├── manual_89.json
├── manual_9.json
├── manual_90.json
├── manual_91.json
├── manual_92.json
├── manual_93.json
├── manual_94.json
├── manual_95.json
├── manual_96.json
├── manual_97.json
├── manual_98.json
└── manual_99.json
├── package-lock.json
├── package.json
├── public
├── favicon.png
├── index.html
└── watson-react-components.css
├── src
├── App.js
├── App.scss
├── Conversation.js
├── Conversation.scss
├── DiscoveryResult.js
├── DiscoveryResult.scss
├── Message.js
├── Message.scss
├── index.js
└── index.scss
├── tests
└── actions
│ ├── conversation-test.js
│ └── discovery-test.js
├── train-conversation.js
├── train-discovery.js
└── training
├── workspace.json
└── workspace_blank.json
/.cfignore:
--------------------------------------------------------------------------------
1 | .DS_Store
2 | node_modules
3 | public
4 | README_pictures
5 | src
6 | .gitignore
7 | CODE_OF_CONDUCT.md
8 | README.md
--------------------------------------------------------------------------------
/.env.enc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/watson-developer-cloud/assistant-with-discovery-openwhisk/7ab43b41a7be065c820b97ee948abc276ed3f446/.env.enc
--------------------------------------------------------------------------------
/.env.example:
--------------------------------------------------------------------------------
1 | WORKSPACE_ID='REPLACE WITH YOUR WORKSPACE ID'
2 | ENVIRONMENT_ID='REPLACE WITH YOUR ENVIRONMENT ID'
3 | CONFIGURATION_ID='REPLACE WITH YOUR CONFIGURATION ID'
4 | COLLECTION_ID='REPLACE WITH YOUR COLLECTION ID'
5 | REACT_APP_API_URL='REPLACE WITH YOUR WEB ACTION URL'
6 |
--------------------------------------------------------------------------------
/.eslintignore:
--------------------------------------------------------------------------------
1 | build
2 | coverage
3 | node_modules
4 | public
--------------------------------------------------------------------------------
/.eslintrc.yml:
--------------------------------------------------------------------------------
1 | env:
2 | browser: true
3 | mocha: true
4 | node: true
5 | es6: true
6 | extends: 'eslint:recommended'
7 | parserOptions:
8 | ecmaFeatures:
9 | experimentalObjectRestSpread: true
10 | jsx: true
11 | sourceType: module
12 | plugins:
13 | - react
14 | rules:
15 | no-trailing-spaces: 2
16 | no-console: 1
17 | no-unused-vars: 0
18 | keyword-spacing: 2
19 | indent:
20 | - error
21 | - 2
22 | linebreak-style:
23 | - error
24 | - unix
25 | quotes:
26 | - error
27 | - single
28 | semi:
29 | - error
30 | - always
31 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | # dependencies
2 | /node_modules
3 |
4 | # testing
5 | /coverage
6 |
7 | # production
8 | /build
9 |
10 | # misc
11 | .DS_Store
12 |
13 | # environment
14 | .env
15 |
16 | # credentials
17 | credentials.json
18 |
19 | # compiled CSS
20 | /src/*.css
21 |
22 | # Code coverage
23 | coverage
24 |
25 | .idea
26 | npm-debug.log
27 | .idea/
28 |
--------------------------------------------------------------------------------
/.travis.yml:
--------------------------------------------------------------------------------
1 | language: node_js
2 | sudo: true
3 | node_js: '8'
4 | cache:
5 | directories:
6 | - node_modules
7 | before_install:
8 | - '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && openssl aes-256-cbc -K $encrypted_c8941efc9809_key -iv $encrypted_c8941efc9809_iv -in .env.enc -out .env -d || true'
9 | script:
10 | - npm run build
11 | - npm run lint
12 | - npm run codecov
13 | env:
14 | global:
15 | - BX_APP=assistant-with-discovery-openwhisk-demo
16 | - BX_API=https://api.ng.bluemix.net
17 | - BX_ORGANIZATION=WatsonPlatformServices
18 | - BX_SPACE=demos
19 | before_deploy: npm install -g bx-blue-green
20 | deploy:
21 | - provider: script
22 | skip_cleanup: true
23 | script:
24 | - bx-blue-green-travis
25 | on:
26 | branch: master
27 | repo: watson-developer-cloud/assistant-with-discovery-openwhisk
28 | - provider: script
29 | skip_cleanup: true
30 | script: npx semantic-release
31 | on:
32 | node: 8
33 |
--------------------------------------------------------------------------------
/README_pictures/Flow_diagram.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/watson-developer-cloud/assistant-with-discovery-openwhisk/7ab43b41a7be065c820b97ee948abc276ed3f446/README_pictures/Flow_diagram.png
--------------------------------------------------------------------------------
/Staticfile:
--------------------------------------------------------------------------------
1 | root: build
2 | http_strict_transport_security: true
--------------------------------------------------------------------------------
/actions/conversation.js:
--------------------------------------------------------------------------------
1 | /**
2 | *
3 | * Format and send request to Watson Conversation service
4 | *
5 | * @param {object} params - the parameters.
6 | * @param {string} params.iam_apikey - default parameter, must be set. The IAM apikey for Conversation service.
7 | * @param {string} params.url - default parameter, must be set. The url for Conversation service.
8 | * @param {string} params.username - default parameter, must be set. The username for Conversation service.
9 | * @param {string} params.password - default parameter, must be set. The password for Conversation service.
10 | * @param {string} params.workspace_id - default parameter, must be set. The workspace_id for Conversation service.
11 | * @param {string} params.input - input text to be sent to Conversation service.
12 | * @param {string} params.context - context to be sent with input to Converastion service.
13 | *
14 | * @return {object} the JSON of Conversation's response.
15 | *
16 | */
17 | const assert = require('assert');
18 | const AssistantV1 = require('watson-developer-cloud/assistant/v1');
19 |
20 | function main(params) {
21 | return new Promise(function(resolve, reject){
22 | assert(params, 'params cannot be null');
23 | assert(params.username || params.iam_apikey, 'params.username and params.iam_apikey cannot be null');
24 | assert(params.password || params.iam_apikey, 'params.password and params.iam_apikey cannot be null');
25 | assert(params.workspace_id, 'params.workspace_id cannot be null');
26 | assert(params.input, 'params.input cannot be null');
27 | assert(params.context, 'params.context cannot be null');
28 |
29 | let assistant;
30 | const { iam_apikey, username, password, url } = params;
31 | if (iam_apikey) {
32 | assistant = new AssistantV1({
33 | iam_apikey,
34 | url,
35 | version: '2018-07-10',
36 | });
37 | }
38 | else {
39 | assistant = new AssistantV1({
40 | username,
41 | password,
42 | url,
43 | version: '2018-07-10',
44 | });
45 | }
46 | assistant.message({
47 | workspace_id: params.workspace_id,
48 | input: params.input,
49 | context: params.context,
50 | }, function(err, response) {
51 | if (err) {
52 | return reject(err);
53 | }
54 | return resolve(response);
55 | });
56 | });
57 | }
58 |
59 | module.exports.main = main;
60 |
--------------------------------------------------------------------------------
/blueprint.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Watson Assistant With Discovery - Serverless",
3 | "checklist": [
4 | {
5 | "label": "Click \"Download Code\" to download a .zip file of your generated app."
6 | },
7 | {
8 | "label": "Extract the .zip file. You can also view the contents of the Readme file to get started."
9 | },
10 | {
11 | "label": "Launch the tool to train the Watson Assistant and Discovery services."
12 | },
13 | {
14 | "label": "Run starter kit locally.",
15 | "link": "https://github.com/watson-developer-cloud/assistant-with-discovery-openwhisk#run-locally"
16 | },
17 | {
18 | "label": "Review the documentation and API reference to learn more about Watson Assistant and Discovery."
19 | }
20 | ],
21 | "description": "This application shows the capabilities of Watson Assistant and Discovery services to work together to find answers on a given query.",
22 | "thumbnailURL": "blueprint/thumbnail.svg",
23 | "appIconURL": "blueprint/appicon.svg",
24 | "previewURLs": ["https://assistant-with-discovery-openwhisk-demo.ng.bluemix.net/"],
25 | "demoURL": "https://assistant-with-discovery-openwhisk-demo.ng.bluemix.net/",
26 | "type": "WEB",
27 | "tags": ["watson", "devex", "hide-devops"],
28 | "generators": {
29 | "node": [
30 | "generator-starterkit-content-downloader",
31 | "generator-github-project"
32 | ]
33 | },
34 | "generatorOptions": {
35 | "generator-starterkit-content-downloader": {
36 | "registry": "https://na.artifactory.swg-devops.com/artifactory/api/npm/bmd-npm",
37 | "scope": "@arf",
38 | "version": "0.0.x"
39 | },
40 | "generator-github-project": {
41 | "registry": "https://na.artifactory.swg-devops.com/artifactory/api/npm/bmd-npm/",
42 | "scope": "@watson",
43 | "version": "1.0.x"
44 | }
45 | },
46 | "requiredCapabilities": [
47 | "conversation",
48 | "discovery"
49 | ],
50 | "requiredCapabilitiesURLs": {
51 | "conversation": "https://www.ibm.com/watson/services/conversation/",
52 | "discovery": "https://www.ibm.com/watson/services/discovery/"
53 | },
54 | "servicePlans": {
55 | "conversation": "lite",
56 | "discovery": "lite"
57 | },
58 | "email": "mamoon.raja@ibm.com"
59 | }
60 |
--------------------------------------------------------------------------------
/blueprint/appicon.svg:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/blueprint/thumbnail.svg:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/create-openwhisk-actions.sh:
--------------------------------------------------------------------------------
1 | source ./.env;
2 |
3 | # Retrieve credentials from file
4 | ASSISTANT_IAM_APIKEY=`jq .conversation[].credentials.apikey credentials.json`;
5 | ASSISTANT_URL=`jq .conversation[].credentials.url credentials.json`;
6 | ASSISTANT_USERNAME=`jq .conversation[].credentials.username credentials.json`;
7 | ASSISTANT_PASSWORD=`jq .conversation[].credentials.password credentials.json`;
8 | DISCOVERY_IAM_APIKEY=`jq .discovery[].credentials.apikey credentials.json`;
9 | DISCOVERY_URL=`jq .discovery[].credentials.url credentials.json`;
10 | DISCOVERY_USERNAME=`jq .discovery[].credentials.username credentials.json`;
11 | DISCOVERY_PASSWORD=`jq .discovery[].credentials.password credentials.json`;
12 |
13 | # Create OpenWhisk Actions
14 | echo 'Creating OpenWhisk Actions...'
15 | export PACKAGE="assistant-with-discovery-openwhisk"
16 | ibmcloud wsk package create assistant-with-discovery-openwhisk
17 | ibmcloud wsk action create $PACKAGE/conversation actions/conversation.js --web true --kind nodejs:8
18 | ibmcloud wsk action create $PACKAGE/discovery actions/discovery.js --web true --kind nodejs:8
19 |
20 | echo 'Setting default parameters...'
21 | ibmcloud wsk action update $PACKAGE/conversation --param username $ASSISTANT_USERNAME --param password $ASSISTANT_PASSWORD --param iam_apikey $ASSISTANT_IAM_APIKEY --param url $ASSISTANT_URL --param workspace_id $WORKSPACE_ID
22 | ibmcloud wsk action update $PACKAGE/discovery --param username $DISCOVERY_USERNAME --param password $DISCOVERY_PASSWORD --param iam_apikey $DISCOVERY_IAM_APIKEY --param url $DISCOVERY_URL --param environment_id $ENVIRONMENT_ID --param collection_id $COLLECTION_ID
23 |
24 | echo 'Creating OpenWhisk Sequence...'
25 | ibmcloud wsk action create $PACKAGE/assistant-with-discovery-sequence --sequence $PACKAGE/conversation,$PACKAGE/discovery --web true
26 |
27 | echo 'Retrieving OpenWhisk WebAction URL...'
28 | API_URL=`ibmcloud wsk action get $PACKAGE/assistant-with-discovery-sequence --url | sed -n '2p'`;
29 | API_URL+=".json"
30 |
31 | # Write API Url to .env file
32 | head -n 4 .env | cat >> .env_tmp; mv .env_tmp .env
33 | echo "REACT_APP_API_URL=$API_URL" >> .env
34 |
--------------------------------------------------------------------------------
/manualdocs/manual_0.json:
--------------------------------------------------------------------------------
1 | {"body": "\u00a0Thank you for choosing Ford. \u00a0We recommend that you take some time to get to know your vehicle by reading this manual. \u00a0The more that you know about your vehicle, the greater the safety and pleasure you will get from driving it.
\u00a0This manual may qualify the location of a component as left-hand side or right-hand side. \u00a0The side is determined when facing forward in the seat.
", "contentHtml": "
Thank you for choosing Ford. We recommend that you take some time to get to know your vehicle by reading this manual. The more that you know about your vehicle, the greater the safety and pleasure you will get from driving it.
This manual may qualify the location of a component as left-hand side or right-hand side. The side is determined when facing forward in the seat.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1508561&subTitleSelected=G1508566&topicHRef=G1467680&div=f&vFilteringEnabled=True", "id": "1", "title": "About This Manual"} -------------------------------------------------------------------------------- /manualdocs/manual_1.json: -------------------------------------------------------------------------------- 1 | {"body": "These are some of the symbols you may see on your vehicle.These are some of the symbols you may see on your vehicle.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1508561&subTitleSelected=G1688549&topicHRef=G1688540&div=f&vFilteringEnabled=True", "id": "2", "title": "Symbols Glossary"} -------------------------------------------------------------------------------- /manualdocs/manual_10.json: -------------------------------------------------------------------------------- 1 | {"body": "You must play your part in protecting the environment. Correct vehicle usage and the authorized disposal of waste, cleaning and lubrication materials are significant steps toward this aim.You must play your part in protecting the environment. Correct vehicle usage and the authorized disposal of waste, cleaning and lubrication materials are significant steps toward this aim.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1613825&subTitleSelected=G1742965&topicHRef=G1727320&div=f&vFilteringEnabled=True", "id": "11", "title": "Protecting the Environment"} -------------------------------------------------------------------------------- /manualdocs/manual_103.json: -------------------------------------------------------------------------------- 1 | {"body": "The fuel filler funnel is located under the luggage compartment floor covering.The fuel filler funnel is located under the luggage compartment floor covering.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518948&subTitleSelected=G1736988&topicHRef=G1736989&div=f&vFilteringEnabled=True", "id": "104", "title": "Fuel Filler Funnel Location"} -------------------------------------------------------------------------------- /manualdocs/manual_104.json: -------------------------------------------------------------------------------- 1 | {"body": "Running out of fuel can cause damage not covered by the vehicle Warranty.Running out of fuel can cause damage not covered by the vehicle Warranty.
When refueling the vehicle fuel tank from a fuel container, use the plastic funnel included with your vehicle. See \nFuel Filler Funnel Location.
When refueling the vehicle fuel tank from a fuel container, do the following:
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518948&subTitleSelected=G1718217&topicHRef=G1562154&div=f&vFilteringEnabled=True", "id": "105", "title": "Running Out of Fuel"} -------------------------------------------------------------------------------- /manualdocs/manual_106.json: -------------------------------------------------------------------------------- 1 | {"body": "Empty reserve is the amount of fuel in the fuel tank after the fuel gauge indicates empty. The amount of usable fuel in the empty reserve varies and should not be relied upon to increase driving range.Empty reserve is the amount of fuel in the fuel tank after the fuel gauge indicates empty. The amount of usable fuel in the empty reserve varies and should not be relied upon to increase driving range.
Results are most accurate when the filling method is consistent.
Do not measure fuel economy during the first 1,600 km of driving (this is your engine\u2019s break-in period). A more accurate measurement is obtained after 3,200 km to 4,800 km. Also, fuel expense, frequency of fill ups or fuel gauge readings are not accurate ways to measure fuel economy.
To calculate L/100 km (liters per 100 kilometers) fuel consumption, multiply the liters used by 100, then divide by kilometers traveled. To calculate MPG (miles per gallon) fuel consumption, divide miles traveled by gallons used.
Keep a record for at least one month and record the type of driving (city or highway). This provides an accurate estimate of your vehicle's fuel economy under current driving conditions. Keeping records during summer and winter will show how temperature impacts fuel economy.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518948&subTitleSelected=G1518955&topicHRef=G1448580&div=f&vFilteringEnabled=True", "id": "107", "title": "Fuel Consumption"} -------------------------------------------------------------------------------- /manualdocs/manual_108.json: -------------------------------------------------------------------------------- 1 | {"body": "Your vehicle consists of various high-voltage components and wiring. All of the high-voltage power flows through specific wiring assemblies labeled as such or covered with a solid orange convolute, or orange striped tape, or both. Do not come in contact with these components.Your vehicle consists of various high-voltage components and wiring. All of the high-voltage power flows through specific wiring assemblies labeled as such or covered with a solid orange convolute, or orange striped tape, or both. Do not come in contact with these components.
The high-voltage battery system is a high-voltage, lithium-ion battery system. The pack is located in the rear cargo area. The high-voltage battery system uses an air-cooled system to regulate the high-voltage battery temperature and help maximize high-voltage battery life.
The high-voltage service disconnect turns off power from the high-voltage battery.
To disable the battery and stop all high-voltage electric activity in the vehicle you can access the high-voltage disconnect circuit. To do this, you must unplug the circuit from the circuit port connected to the battery.
The high-voltage service disconnect is located behind the rear fold down seats.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1525717&subTitleSelected=G1532612&topicHRef=G1589961&div=f&vFilteringEnabled=True", "id": "109", "title": "General Information"} -------------------------------------------------------------------------------- /manualdocs/manual_11.json: -------------------------------------------------------------------------------- 1 | {"body": "See the following sections for directions on how to properly use safety restraints for children.See the following sections for directions on how to properly use safety restraints for children.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518828&subTitleSelected=G1518829&topicHRef=G1448350&div=f&vFilteringEnabled=True", "id": "12", "title": "General Information"} -------------------------------------------------------------------------------- /manualdocs/manual_110.json: -------------------------------------------------------------------------------- 1 | {"body": "The high-voltage shut off operation shuts off power from the high-voltage battery after a collision, or if your vehicle receives a substantial physical jolt.The high-voltage shut off operation shuts off power from the high-voltage battery after a collision, or if your vehicle receives a substantial physical jolt.
To reactivate your vehicle after either event, perform the following steps:
For vehicles equipped with a push button start system:
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1525717&subTitleSelected=G1531397&topicHRef=G1531398&div=f&vFilteringEnabled=True", "id": "111", "title": "High Voltage Battery Cut-Off Switch"} -------------------------------------------------------------------------------- /manualdocs/manual_111.json: -------------------------------------------------------------------------------- 1 | {"body": "This position locks the transmission and prevents the wheels from turning.This position locks the transmission and prevents the wheels from turning.
With the gearshift lever in reverse (R), your vehicle moves backward. Always come to a complete stop before shifting into and out of reverse (R).
With the gearshift lever in neutral (N), your vehicle can be started and is free to roll. Hold the brake pedal down while in this position.
Drive (D) is the normal driving position for the best fuel economy. The overdrive function allows automatic upshifts and downshifts through all forward gears.
To deactivate Grade Assist, press the button on the gearshift lever when Grade Assist is active. The grade assist light will deactivate.
Use the brake shift interlock lever to move the gearshift lever from the park position in the event of an electrical malfunction or if your vehicle has a dead battery.
Apply the parking brake and turn the ignition off before performing this procedure.
If your vehicle gets stuck in mud or snow, it may be rocked out by shifting between forward and reverse gears, stopping between shifts in a steady pattern. Press lightly on the accelerator in each gear.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518956&subTitleSelected=G1531403&topicHRef=G1548255&div=f&vFilteringEnabled=True", "id": "112", "title": "Automatic Transmission"} -------------------------------------------------------------------------------- /manualdocs/manual_115.json: -------------------------------------------------------------------------------- 1 | {"body": "The system makes it easier to pull away when your vehicle is on a slope without the need to use the parking brake.The system makes it easier to pull away when your vehicle is on a slope without the need to use the parking brake.
When the system is active, your vehicle remains stationary on the slope for two to three seconds after you release the brake pedal. This allows time to move your foot from the brake to the accelerator pedal. The system releases the brakes automatically once the engine has developed sufficient drive to prevent your vehicle from rolling down the slope. This is an advantage when pulling away on a slope, for example from a car park ramp, traffic lights or when reversing uphill into a parking space.
You can switch this feature on or off in the information display. The system remembers the last setting when you start your vehicle.
You cannot turn the system on or off. When you switch the ignition on, the system automatically turns on.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518959&subTitleSelected=G1743674&topicHRef=G1743675&div=f&vFilteringEnabled=True", "id": "116", "title": "Hill Start Assist"} -------------------------------------------------------------------------------- /manualdocs/manual_116.json: -------------------------------------------------------------------------------- 1 | {"body": "The traction control system helps avoid drive wheel spin and loss of traction.The traction control system helps avoid drive wheel spin and loss of traction.
If your vehicle begins to slide, the system applies the brakes to individual wheels and, when needed, reduces engine power at the same time. If the wheels spin when accelerating on slippery or loose surfaces, the system reduces engine power in order to increase traction.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518963&subTitleSelected=G1518964&topicHRef=G1448586&div=f&vFilteringEnabled=True", "id": "117", "title": "Principle of Operation"} -------------------------------------------------------------------------------- /manualdocs/manual_117.json: -------------------------------------------------------------------------------- 1 | {"body": "In certain situations for example, stuck in snow or mud, turning the traction control off may be beneficial as this allows the wheels to spin with full engine power. Depending on the type of system you have on your vehicle, you can either turn the system off using the information display or by pressing the button.In certain situations for example, stuck in snow or mud, turning the traction control off may be beneficial as this allows the wheels to spin with full engine power. Depending on the type of system you have on your vehicle, you can either turn the system off using the information display or by pressing the button.
Your vehicle comes with this feature already enabled. If required, you can switch this feature off using the information display controls. See \nPrinciple of Operation.
The button is located in the instrument panel.
Press the button. You will see a message in conjunction with an illuminated icon in the display. Press the button again to return the system to normal mode.
When you switch the traction control system off, stability control remains fully active.
When you turn the traction control system off or on, a message appears in the information display showing system status.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518963&subTitleSelected=G1518965&topicHRef=G1448587&div=f&vFilteringEnabled=True", "id": "118", "title": "Using Traction Control"} -------------------------------------------------------------------------------- /manualdocs/manual_118.json: -------------------------------------------------------------------------------- 1 | {"body": "The AdvanceTrac Control system helps you keep control of your vehicle when on a slippery surface. The electronic stability control portion of the system helps avoid skids and lateral slides. The traction control system helps avoid drive wheel spin and loss of traction. See\u00a0 Using Traction Control.\u00a0The AdvanceTrac Control system helps you keep control of your vehicle when on a slippery surface. The electronic stability control portion of the system helps avoid skids and lateral slides. The traction control system helps avoid drive wheel spin and loss of traction. See \nUsing Traction Control.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518966&subTitleSelected=G1518967&topicHRef=G1545984&div=f&vFilteringEnabled=True", "id": "119", "title": "Principle of Operation"} -------------------------------------------------------------------------------- /manualdocs/manual_119.json: -------------------------------------------------------------------------------- 1 | {"body": "The system automatically activates when you start your vehicle. The AdvanceTrac system cannot be completely turned off, but the electronic stability control system is disabled when the transmission selector lever is in position R. You can turn off the traction control portion of the system independently. See\u00a0 Using Traction Control.\u00a0The system automatically activates when you start your vehicle. The AdvanceTrac system cannot be completely turned off, but the electronic stability control system is disabled when the transmission selector lever is in position \nR. You can turn off the traction control portion of the system independently. See \nUsing Traction Control.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518966&subTitleSelected=G1518968&topicHRef=G1545985&div=f&vFilteringEnabled=True", "id": "120", "title": "Using Stability Control"} -------------------------------------------------------------------------------- /manualdocs/manual_120.json: -------------------------------------------------------------------------------- 1 | {"body": "The sensing system warns the driver of obstacles within a certain range of your vehicle. The system turns on automatically whenever you switch the ignition on.The sensing system warns the driver of obstacles within a certain range of your vehicle. The system turns on automatically whenever you switch the ignition on.
If a fault is present in the system, a warning message appears in the information display. See \nInformation Messages.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518969&subTitleSelected=G1735661&topicHRef=G1728872&div=f&vFilteringEnabled=True", "id": "121", "title": "Principle of Operation"} -------------------------------------------------------------------------------- /manualdocs/manual_121.json: -------------------------------------------------------------------------------- 1 | {"body": "The rear sensors are only active when the transmission is in reverse (R). As your vehicle moves closer to the obstacle, the rate of the audible warning increases. When the obstacle is less than 30 \u00a0cm away, the warning sounds continuously. If the system detects a stationary or receding object farther than 30 \u00a0cm from the corners of the bumper, the tone sounds for only three seconds. Once the system detects an object approaching, the warning sounds again.The rear sensors are only active when the transmission is in reverse (R). As your vehicle moves closer to the obstacle, the rate of the audible warning increases. When the obstacle is less than 30 cm away, the warning sounds continuously. If the system detects a stationary or receding object farther than 30 cm from the corners of the bumper, the tone sounds for only three seconds. Once the system detects an object approaching, the warning sounds again.
Coverage area of up to 1.8 m from the rear bumper. There may be decreased coverage area at the outer corners of the bumper.
The system provides audio warnings only when your vehicle is moving or when your vehicle is stationary and the detected obstacle is less than 30 cm away from the bumper.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518969&subTitleSelected=G1735662&topicHRef=G1743261&div=f&vFilteringEnabled=True", "id": "122", "title": "Rear Parking Aid"} -------------------------------------------------------------------------------- /manualdocs/manual_122.json: -------------------------------------------------------------------------------- 1 | {"body": "The front sensors are active when the transmission is in any position other than park (P) or neutral (N), and your vehicle is moving but at a speed below 10 \u00a0km/h.The front sensors are active when the transmission is in any position other than park (P) or neutral (N), and your vehicle is moving but at a speed below 10 km/h.
Coverage area of up to 70 cm from the front bumper. The coverage area decreases at the outer corners.
When your vehicle approaches an object, a warning tone sounds. When your vehicle moves closer to an object, the warning tone repeat rate increases. The warning tone sounds continuously when an object is 30 cm or less from the front bumper.
If the transmission is in reverse (R), the front sensing system provides audio warnings when your vehicle is moving and the detected obstacle is stationary or moving towards your vehicle.
If the transmission is in drive (D) or any other forward gear (for example, low (L), sport (S) or any forward gear in a manual transmission), the front sensing system provides audio warnings when your vehicle is moving below a speed of 12 km/h and an obstacle is located inside the detection area.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518969&subTitleSelected=G1735663&topicHRef=G1743262&div=f&vFilteringEnabled=True", "id": "123", "title": "Front Parking Aid"} -------------------------------------------------------------------------------- /manualdocs/manual_125.json: -------------------------------------------------------------------------------- 1 | {"body": "Cruise control lets you maintain a set speed without keeping your foot on the accelerator pedal. You can use cruise control when your vehicle speed is greater than 30 \u00a0km/h.Cruise control lets you maintain a set speed without keeping your foot on the accelerator pedal. You can use cruise control when your vehicle speed is greater than 30 km/h.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518974&subTitleSelected=G1518975&topicHRef=G1448594&div=f&vFilteringEnabled=True", "id": "126", "title": "Principle of Operation"} -------------------------------------------------------------------------------- /manualdocs/manual_126.json: -------------------------------------------------------------------------------- 1 | {"body": "The cruise controls are on the steering wheel.The cruise controls are on the steering wheel.
Energi vehicles: ECO Cruise can be turned on or off through the information display. See \nInformation Displays.
Hybrid vehicles: ECO Cruise is included in EcoSelect which is turned on or off using the \nECO button on the center console.
For additional information, refer to ECO Cruise and EcoSelect. See \nHybrid Electric Vehicle.
Press and release \nON.
Press and release \nCAN or tap the brake pedal. You will not erase the set speed.
Press and release \nRES.
Press and release \nOFF when the system is in stand by mode or switch the ignition off.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518974&subTitleSelected=G1650499&topicHRef=G1650500&div=f&vFilteringEnabled=True", "id": "127", "title": "Using Cruise Control"} -------------------------------------------------------------------------------- /manualdocs/manual_132.json: -------------------------------------------------------------------------------- 1 | {"body": "Your vehicle has an electric power steering system. There is no fluid reservoir. No maintenance is required.Your vehicle has an electric power steering system. There is no fluid reservoir. No maintenance is required.
If your vehicle loses electrical power while you are driving, electric power steering assistance is lost. The steering system still operates and you can steer your vehicle manually. Manually steering your vehicle requires more effort.
Extreme continuous steering may increase the effort required for you to steer your vehicle. This increased effort prevents overheating and permanent damage to the steering system. You do not lose the ability to steer your vehicle manually. Typical steering and driving maneuvers allow the system to cool and return to normal operation.
The electronic power steering system adaptive learning helps correct road irregularities and improves overall handling and steering feel. It communicates with the brake system to help operate advanced stability control and accident avoidance systems. Additionally, whenever the battery is disconnected or a new battery installed, you must drive your vehicle a short distance before the system relearns the strategy and reactivates all systems.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518978&subTitleSelected=G1518984&topicHRef=G1517159&div=f&vFilteringEnabled=True", "id": "133", "title": "Steering"} -------------------------------------------------------------------------------- /manualdocs/manual_136.json: -------------------------------------------------------------------------------- 1 | {"body": "If you need to have your vehicle towed, contact a professional towing service or, if you are a member of a roadside assistance program, your roadside assistance service provider.If you need to have your vehicle towed, contact a professional towing service or, if you are a member of a roadside assistance program, your roadside assistance service provider.
We recommend the use of a wheel lift and dollies or flatbed equipment to tow your vehicle. Do not tow with a slingbelt. Ford Motor Company has not approved a slingbelt towing procedure. Vehicle damage may occur if towed incorrectly, or by any other means.
Ford Motor Company produces a towing manual for all authorized tow truck operators. Have your tow truck operator refer to this manual for proper hook-up and towing procedures for your vehicle.
The front wheels (drive wheels) must be on a tow dolly when towing your vehicle from the rear using wheel lift equipment. This prevents damage to the transmission.
We recommend placing the rear wheels on a tow dolly when towing your vehicle from the front using wheel lift equipment. This prevents damage to the rear fascia.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518991&subTitleSelected=G1531314&topicHRef=G1531315&div=f&vFilteringEnabled=True", "id": "137", "title": "Transporting the Vehicle"} -------------------------------------------------------------------------------- /manualdocs/manual_137.json: -------------------------------------------------------------------------------- 1 | {"body": "Follow these guidelines if you have a need for recreational (RV) towing. An example of recreational towing would be towing your vehicle behind a motorhome. We designed these guidelines to prevent damage to your transmission.Follow these guidelines if you have a need for recreational (RV) towing. An example of recreational towing would be towing your vehicle behind a motorhome. We designed these guidelines to prevent damage to your transmission.
You can tow your vehicle with all four wheels on the ground or with the front wheels off the ground by using a tow dolly. If you are using a tow dolly follow the instructions specified by the equipment provider.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518991&subTitleSelected=G1694368&topicHRef=G1607544&div=f&vFilteringEnabled=True", "id": "138", "title": "Towing the Vehicle on Four Wheels"} -------------------------------------------------------------------------------- /manualdocs/manual_138.json: -------------------------------------------------------------------------------- 1 | {"body": "You need to break in new tires for approximately 300 miles (480 kilometers). During this time, your vehicle may exhibit some unusual driving characteristics. The engine also needs to break in. Avoid hard accelerations and driving too fast for the first 1000 miles (1600 kilometers). If possible, avoid carrying heavy loads up steep grades during the break-in period.You need to break in new tires for approximately 300 miles (480 kilometers). During this time, your vehicle may exhibit some unusual driving characteristics. The engine also needs to break in. Avoid hard accelerations and driving too fast for the first 1000 miles (1600 kilometers). If possible, avoid carrying heavy loads up steep grades during the break-in period.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518997&subTitleSelected=G1554690&topicHRef=G1554691&div=f&vFilteringEnabled=True", "id": "139", "title": "Breaking-In"} -------------------------------------------------------------------------------- /manualdocs/manual_139.json: -------------------------------------------------------------------------------- 1 | {"body": "Fuel economy is affected by several things such as how you drive, the conditions you drive under and how you maintain your vehicle.Fuel economy is affected by several things such as how you drive, the conditions you drive under and how you maintain your vehicle.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518997&subTitleSelected=G1518999&topicHRef=G1531399&div=f&vFilteringEnabled=True", "id": "140", "title": "Economical Driving"} -------------------------------------------------------------------------------- /manualdocs/manual_140.json: -------------------------------------------------------------------------------- 1 | {"body": "Before driving through standing water, check the depth. Never drive through water that is higher than the bottom of the front rocker area of your vehicle.Before driving through standing water, check the depth. Never drive through water that is higher than the bottom of the front rocker area of your vehicle.
When driving through standing water, drive very slowly and do not stop your vehicle. Your brake performance and traction may be limited. After driving through water and as soon as it is safe to do so:
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518997&subTitleSelected=G1689465&topicHRef=G1661881&div=f&vFilteringEnabled=True", "id": "141", "title": "Driving Through Water"} -------------------------------------------------------------------------------- /manualdocs/manual_141.json: -------------------------------------------------------------------------------- 1 | {"body": "To install floor mats, position the floor mat so that the eyelet is over the retention post and press down to lock in.To install floor mats, position the floor mat so that the eyelet is over the retention post and press down to lock in.
To remove the floor mat, reverse the installation procedure.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518997&subTitleSelected=G1519001&topicHRef=G1448653&div=f&vFilteringEnabled=True", "id": "142", "title": "Floor Mats"} -------------------------------------------------------------------------------- /manualdocs/manual_144.json: -------------------------------------------------------------------------------- 1 | {"body": "In the event of a moderate to severe collision, this vehicle has a fuel pump shut-off feature that stops the flow of fuel to the engine. Not every impact will cause a shut-off.In the event of a moderate to severe collision, this vehicle has a fuel pump shut-off feature that stops the flow of fuel to the engine. Not every impact will cause a shut-off.
Should your vehicle shut off after a collision, you may restart your vehicle.
For vehicles equipped with a key system:
For vehicles equipped with a push button start system:
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519002&subTitleSelected=G1519004&topicHRef=G1643942&div=f&vFilteringEnabled=True", "id": "145", "title": "Fuel Shutoff"} -------------------------------------------------------------------------------- /manualdocs/manual_145.json: -------------------------------------------------------------------------------- 1 | {"body": "Do not attempt to push-start your automatic transmission vehicle. Automatic transmissions do not have push-start capability. Attempting to push-start a vehicle with an automatic transmission may cause transmission damage.Do not attempt to push-start your automatic transmission vehicle. Automatic transmissions do not have push-start capability. Attempting to push-start a vehicle with an automatic transmission may cause transmission damage.
Your vehicle has two battery prongs that are accessible from under the hood, even though the actual battery is located in the trunk. Your vehicle can be jumped the same way conventional vehicles can be using these prongs. The illustration below shows the two connector prongs used for jump-starting your vehicle.
A. Negative prong (\u2013)
B. Positive prong (+)
Ensure that the cables are clear of fan blades, belts, moving parts of both engines, or any fuel delivery system parts.
Remove the jumper cables in the reverse order that they were connected.
After disconnecting the jumper cables, let the disabled vehicle sit in Ready to Drive mode for several minutes to charge the 12V battery. The disabled vehicle can charge the 12V battery even if the gasoline engine may be off. The 12V battery will receive power from the high-voltage battery instead.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519002&subTitleSelected=G1519005&topicHRef=G1554804&div=f&vFilteringEnabled=True", "id": "146", "title": "Jump Starting the Vehicle"} -------------------------------------------------------------------------------- /manualdocs/manual_146.json: -------------------------------------------------------------------------------- 1 | {"body": "A crash or impact significant enough to require an emergency response for conventional vehicles would also require the same response for an electric or hybrid-electric vehicle.A crash or impact significant enough to require an emergency response for conventional vehicles would also require the same response for an electric or hybrid-electric vehicle.
As with any vehicle, call 911 immediately if you see sparks, smoke or flames coming from the vehicle.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519002&subTitleSelected=G1575043&topicHRef=G1575044&div=f&vFilteringEnabled=True", "id": "147", "title": "Collision, Damage or Fire Event"} -------------------------------------------------------------------------------- /manualdocs/manual_147.json: -------------------------------------------------------------------------------- 1 | {"body": "The system flashes the turn signal lamps and sounds the horn (intermittently) in the event of a serious impact that deploys an airbag (front, side, side curtain or Safety Canopy) or the safety belt pretensioners.The system flashes the turn signal lamps and sounds the horn (intermittently) in the event of a serious impact that deploys an airbag (front, side, side curtain or Safety Canopy) or the safety belt pretensioners.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519002&subTitleSelected=G1662065&topicHRef=G1662072&div=f&vFilteringEnabled=True", "id": "148", "title": "Post-Crash Alert System"} -------------------------------------------------------------------------------- /manualdocs/manual_148.json: -------------------------------------------------------------------------------- 1 | {"body": "If your vehicle detects a spinout and it comes to a stop, the hazard warning flashers turn on. A spinout detected message appears in the information display. The message may not appear if your vehicle runs out of power.If your vehicle detects a spinout and it comes to a stop, the hazard warning flashers turn on. A spinout detected message appears in the information display. The message may not appear if your vehicle runs out of power.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519002&subTitleSelected=G1662063&topicHRef=G1662064&div=f&vFilteringEnabled=True", "id": "149", "title": "Spinout Detection"} -------------------------------------------------------------------------------- /manualdocs/manual_15.json: -------------------------------------------------------------------------------- 1 | {"body": "When these locks are set, the rear doors cannot be opened from the inside.When these locks are set, the rear doors cannot be opened from the inside.
The childproof locks are located on the rear edge of each rear door and must be set separately for each door.
Turn counterclockwise to lock and clockwise to unlock.
Turn clockwise to lock and counterclockwise to unlock.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518828&subTitleSelected=G1728245&topicHRef=G1513938&div=f&vFilteringEnabled=True", "id": "16", "title": "Child Safety Locks"} -------------------------------------------------------------------------------- /manualdocs/manual_154.json: -------------------------------------------------------------------------------- 1 | {"body": "To order the publications in this portfolio, contact Helm, Incorporated at:To order the publications in this portfolio, contact Helm, Incorporated at:
Or to order a free publication catalog, call toll free: 1-800-782-4356
Monday-Friday 8:00 a.m. - 6:00 p.m. EST
Helm, Incorporated can also be reached by their website:
www.helminc.com
(Items in this catalog may be purchased by credit card, check or money order.)
French Owner\u2019s Manual can be obtained from your authorized dealer or by contacting Helm, Incorporated using the contact information listed previously in this section.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519006&subTitleSelected=G1519012&topicHRef=G1514345&div=f&vFilteringEnabled=True", "id": "155", "title": "Ordering Additional Owner's Literature"} -------------------------------------------------------------------------------- /manualdocs/manual_155.json: -------------------------------------------------------------------------------- 1 | {"body": "If you believe that your vehicle has a defect which could cause a crash or could cause injury or death, you should immediately inform the National Highway Traffic Safety Administration (NHTSA) in addition to notifying Ford Motor Company.If you believe that your vehicle has a defect which could cause a crash or could cause injury or death, you should immediately inform the National Highway Traffic Safety Administration (NHTSA) in addition to notifying Ford Motor Company.
If NHTSA receives similar complaints, it may open an investigation, and if it finds that a safety defect exists in a group of vehicles, it may order a recall and remedy campaign. However, NHTSA cannot become involved in individual problems between you, your dealer, or Ford Motor Company.
To contact NHTSA, you may call the Vehicle Safety Hotline toll-free at 1-888-327-4236 (TTY: 1-800-424-9153); go to www.safercar.gov; or write to:
Administrator
1200 New Jersey Avenue, Southeast
Washington, D.C. 20590
You can also obtain other information about motor vehicle safety from www.safercar.gov.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519006&subTitleSelected=G1519013&topicHRef=G1514346&div=f&vFilteringEnabled=True", "id": "156", "title": "Reporting Safety Defects (U.S. Only)"} -------------------------------------------------------------------------------- /manualdocs/manual_156.json: -------------------------------------------------------------------------------- 1 | {"body": "If you believe that your vehicle has a defect which could cause a crash or could cause injury or death, you should immediately inform Transport Canada and Ford of Canada.If you believe that your vehicle has a defect which could cause a crash or could cause injury or death, you should immediately inform Transport Canada and Ford of Canada.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519006&subTitleSelected=G1519014&topicHRef=G1514347&div=f&vFilteringEnabled=True", "id": "157", "title": "Reporting Safety Defects (Canada Only)"} -------------------------------------------------------------------------------- /manualdocs/manual_157.json: -------------------------------------------------------------------------------- 1 | {"body": "The power distribution box is located in the engine compartment. It has high-current fuses that protect your vehicle's main electrical systems from overloads.The power distribution box is located in the engine compartment. It has high-current fuses that protect your vehicle's main electrical systems from overloads.
If the battery has been disconnected and reconnected, some features will need to be reset. See \nChanging the 12V Battery.
1Micro fuse.
2Dual micro fuse.
3M-type fuse.
There are fuses located on the bottom of the fuse box. To access the bottom of the fuse box, do the following:
1 M-type fuse.
2J-type fuse.
The fuse panel is located under the instrument panel to the left of the steering column.
1Micro fuse.
2Dual micro fuse.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519015&subTitleSelected=G1650034&topicHRef=G1650035&div=f&vFilteringEnabled=True", "id": "158", "title": "Fuse Specification Chart"} -------------------------------------------------------------------------------- /manualdocs/manual_158.json: -------------------------------------------------------------------------------- 1 | {"body": "If electrical components in the vehicle are not working, a fuse may have blown. Blown fuses are identified by a broken wire within the fuse. Check the appropriate fuses before replacing any electrical components.If electrical components in the vehicle are not working, a fuse may have blown. Blown fuses are identified by a broken wire within the fuse. Check the appropriate fuses before replacing any electrical components.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519015&subTitleSelected=G1634672&topicHRef=G1630831&div=f&vFilteringEnabled=True", "id": "159", "title": "Changing a Fuse"} -------------------------------------------------------------------------------- /manualdocs/manual_159.json: -------------------------------------------------------------------------------- 1 | {"body": "Have your vehicle serviced regularly to help maintain its roadworthiness and resale value. There is a large network of authorized dealers that are there to help you with their professional servicing expertise. We believe that their specially trained technicians are best qualified to service your vehicle properly and expertly. They are supported by a wide range of highly specialized tools developed specifically for servicing your vehicle.Have your vehicle serviced regularly to help maintain its roadworthiness and resale value. There is a large network of authorized dealers that are there to help you with their professional servicing expertise. We believe that their specially trained technicians are best qualified to service your vehicle properly and expertly. They are supported by a wide range of highly specialized tools developed specifically for servicing your vehicle.
If your vehicle requires professional service, an authorized dealer can provide the necessary parts and service. Check your warranty information to find out which parts and services are covered.
Use only recommended fuels, lubricants, fluids and service parts conforming to specifications. Motorcraft\u00ae parts are designed and built to provide the best performance in your vehicle.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519018&subTitleSelected=G1519019&topicHRef=G1448660&div=f&vFilteringEnabled=True", "id": "160", "title": "General Information"} -------------------------------------------------------------------------------- /manualdocs/manual_16.json: -------------------------------------------------------------------------------- 1 | {"body": "All seating positions in your vehicle have lap and shoulder safety belts. All occupants of the vehicle should always properly wear their safety belts, even when an airbag supplemental restraint system is provided.All seating positions in your vehicle have lap and shoulder safety belts. All occupants of the vehicle should always properly wear their safety belts, even when an airbag supplemental restraint system is provided.
The safety belt pretensioners at the front seating positions are designed to tighten the safety belts when activated. In frontal and near-frontal crashes, the safety belt pretensioners may be activated alone or, if the crash is of sufficient severity, together with the front airbags. The pretensioners may also activate when a side curtain airbag is deployed.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518835&subTitleSelected=G1740141&topicHRef=G1740142&div=f&vFilteringEnabled=True", "id": "17", "title": "Principle of Operation"} -------------------------------------------------------------------------------- /manualdocs/manual_163.json: -------------------------------------------------------------------------------- 1 | {"body": "Check the level before starting the engine and make sure that the level is between the MIN and the MAX marks.Check the level before starting the engine and make sure that the level is between the MIN and the MAX marks.
If the level is at the MIN mark, add oil immediately.
Only use oils certified for gasoline engines by the American Petroleum Institute (API). An oil with this trademark symbol conforms to the current engine and emission system protection standards and fuel economy requirements of the International Lubricants Specification Advisory Committee (ILSAC).
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519018&subTitleSelected=G1641262&topicHRef=G1641263&div=f&vFilteringEnabled=True", "id": "164", "title": "Engine Oil Check"} -------------------------------------------------------------------------------- /manualdocs/manual_164.json: -------------------------------------------------------------------------------- 1 | {"body": "Use the information display controls on the steering wheel to reset the oil change indicator.Use the information display controls on the steering wheel to reset the oil change indicator.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519018&subTitleSelected=G1614732&topicHRef=G1614731&div=f&vFilteringEnabled=True", "id": "165", "title": "Oil Change Indicator Reset"} -------------------------------------------------------------------------------- /manualdocs/manual_166.json: -------------------------------------------------------------------------------- 1 | {"body": "The automatic transmission does not have a transmission fluid dipstick.The automatic transmission does not have a transmission fluid dipstick.
Have an authorized dealer check and change the transmission fluid at the correct service interval. See \nScheduled Maintenance. Your transmission does not consume fluid. However, the fluid level should be checked if the transmission is not working properly, (i.e., if the transmission slips or shifts slowly) or if you notice some sign of fluid leakage.
Do not use supplemental transmission fluid additives, treatments or cleaning agents. The use of these materials may affect transmission operation and result in damage to internal transmission components.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519018&subTitleSelected=G1604418&topicHRef=G1604417&div=f&vFilteringEnabled=True", "id": "167", "title": "Automatic Transmission Fluid Check"} -------------------------------------------------------------------------------- /manualdocs/manual_167.json: -------------------------------------------------------------------------------- 1 | {"body": "Fluid levels between the MIN and MAX lines are within the normal operating range; there is no need to add fluid. If the fluid levels are outside of the normal operating range, the performance of the system could be compromised; seek service from your authorized dealer immediately.Fluid levels between the MIN and MAX lines are within the normal operating range; there is no need to add fluid. If the fluid levels are outside of the normal operating range, the performance of the system could be compromised; seek service from your authorized dealer immediately.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519018&subTitleSelected=G1519029&topicHRef=G1605309&div=f&vFilteringEnabled=True", "id": "168", "title": "Brake Fluid Check"} -------------------------------------------------------------------------------- /manualdocs/manual_168.json: -------------------------------------------------------------------------------- 1 | {"body": "Your vehicle is equipped with an electric power steering (EPS) system. There is no fluid reservoir to check or fill.Your vehicle is equipped with an electric power steering (EPS) system. There is no fluid reservoir to check or fill.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519018&subTitleSelected=G1519030&topicHRef=G1448667&div=f&vFilteringEnabled=True", "id": "169", "title": "Power Steering Fluid Check"} -------------------------------------------------------------------------------- /manualdocs/manual_169.json: -------------------------------------------------------------------------------- 1 | {"body": "Add fluid to fill the reservoir if the level is low. Only use a washer fluid that meets Ford specifications. See\u00a0 Engine Specifications.\u00a0Add fluid to fill the reservoir if the level is low. Only use a washer fluid that meets Ford specifications. See \nEngine Specifications.
State or local regulations on volatile organic compounds may restrict the use of methanol, a common windshield washer antifreeze additive. Washer fluids containing non-methanol antifreeze agents should be used only if they provide cold weather protection without damaging the vehicle\u2019s paint finish, wiper blades or washer system.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519018&subTitleSelected=G1519032&topicHRef=G1547160&div=f&vFilteringEnabled=True", "id": "170", "title": "Washer Fluid Check"} -------------------------------------------------------------------------------- /manualdocs/manual_170.json: -------------------------------------------------------------------------------- 1 | {"body": "Your vehicle is equipped with a lifetime fuel filter that is integrated with the fuel tank. Regular maintenance or replacement is not needed.Your vehicle is equipped with a lifetime fuel filter that is integrated with the fuel tank. Regular maintenance or replacement is not needed.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519018&subTitleSelected=G1519031&topicHRef=G1517478&div=f&vFilteringEnabled=True", "id": "171", "title": "Fuel Filter"} -------------------------------------------------------------------------------- /manualdocs/manual_172.json: -------------------------------------------------------------------------------- 1 | {"body": "Run the tip of your fingers over the edge of the blade to check for roughness.Run the tip of your fingers over the edge of the blade to check for roughness.
Clean the wiper blades with washer fluid or water applied with a soft sponge or cloth.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519018&subTitleSelected=G1519034&topicHRef=G1448670&div=f&vFilteringEnabled=True", "id": "173", "title": "Checking the Wiper Blades"} -------------------------------------------------------------------------------- /manualdocs/manual_173.json: -------------------------------------------------------------------------------- 1 | {"body": "The wiper arms can be manually moved when the ignition is off. This allows for ease of blade replacement and cleaning under the blades.The wiper arms can be manually moved when the ignition is off. This allows for ease of blade replacement and cleaning under the blades.
Replace wiper blades at least once per year for optimum performance.
Poor wiper quality can be improved by cleaning the wiper blades and the windshield.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519018&subTitleSelected=G1519035&topicHRef=G1605488&div=f&vFilteringEnabled=True", "id": "174", "title": "Changing the Wiper Blades"} -------------------------------------------------------------------------------- /manualdocs/manual_174.json: -------------------------------------------------------------------------------- 1 | {"body": "The headlamps on your vehicle are properly aimed at the assembly plant. If your vehicle has been in an accident, the alignment of your headlamps should be checked by your authorized dealer.The headlamps on your vehicle are properly aimed at the assembly plant. If your vehicle has been in an accident, the alignment of your headlamps should be checked by your authorized dealer.
Horizontal aim is not required for this vehicle and is not adjustable.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519018&subTitleSelected=G1519038&topicHRef=G1546449&div=f&vFilteringEnabled=True", "id": "175", "title": "Adjusting the Headlamps"} -------------------------------------------------------------------------------- /manualdocs/manual_176.json: -------------------------------------------------------------------------------- 1 | {"body": "Use the correct specification bulb. See\u00a0 Bulb Specification Chart.\u00a0Use the correct specification bulb. See \nBulb Specification Chart.
Install in the reverse order unless otherwise stated.
You must remove the headlamp assembly prior to replacing any bulb. See \nRemoving a Headlamp.
These lamps operate at a high voltage. See an authorized dealer if they fail.
LED lamps are not serviceable items. See an authorized dealer if they fail.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519018&subTitleSelected=G1727299&topicHRef=G1727301&div=f&vFilteringEnabled=True", "id": "177", "title": "Changing a Bulb"} -------------------------------------------------------------------------------- /manualdocs/manual_177.json: -------------------------------------------------------------------------------- 1 | {"body": "Replacement bulbs are specified in the chart below. Headlamp bulbs must be marked with an authorized \u201cD.O.T.\u201d for North America to make sure they have the proper lamp performance, light brightness, light pattern, and safe visibility. The correct bulbs will not damage the lamp assembly or void the lamp assembly warranty and will provide quality bulb illumination time.Replacement bulbs are specified in the chart below. Headlamp bulbs must be marked with an authorized \u201cD.O.T.\u201d for North America to make sure they have the proper lamp performance, light brightness, light pattern, and safe visibility. The correct bulbs will not damage the lamp assembly or void the lamp assembly warranty and will provide quality bulb illumination time.
*To replace these bulbs, see your authorized dealer.
To replace all instrument panel bulbs, see your authorized dealer.
**If so equipped.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519018&subTitleSelected=G1519041&topicHRef=G1531350&div=f&vFilteringEnabled=True", "id": "178", "title": "Bulb Specification Chart"} -------------------------------------------------------------------------------- /manualdocs/manual_178.json: -------------------------------------------------------------------------------- 1 | {"body": "When changing the air filter element, use only the air filter element listed. See\u00a0 Engine Specifications.\u00a0When changing the air filter element, use only the air filter element listed. See \nEngine Specifications.
Change the air filter element at the proper interval. See \nGeneral Maintenance Information.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519018&subTitleSelected=G1548132&topicHRef=G1531365&div=f&vFilteringEnabled=True", "id": "179", "title": "Changing the Engine Air Filter"} -------------------------------------------------------------------------------- /manualdocs/manual_179.json: -------------------------------------------------------------------------------- 1 | {"body": "Your dealer has many quality products available to clean your vehicle and protect its finishes.Your dealer has many quality products available to clean your vehicle and protect its finishes.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519042&subTitleSelected=G1519043&topicHRef=G1448698&div=f&vFilteringEnabled=True", "id": "180", "title": "General Information"} -------------------------------------------------------------------------------- /manualdocs/manual_18.json: -------------------------------------------------------------------------------- 1 | {"body": "Adjust the height of the shoulder belt so the belt rests across the middle of your shoulder.Adjust the height of the shoulder belt so the belt rests across the middle of your shoulder.
To adjust the shoulder belt height:
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518835&subTitleSelected=G1518838&topicHRef=G1546351&div=f&vFilteringEnabled=True", "id": "19", "title": "Seatbelt Height Adjustment"} -------------------------------------------------------------------------------- /manualdocs/manual_180.json: -------------------------------------------------------------------------------- 1 | {"body": "For best results, use the following products or products of equivalent quality:For best results, use the following products or products of equivalent quality:
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519042&subTitleSelected=G1519044&topicHRef=G1448699&div=f&vFilteringEnabled=True", "id": "181", "title": "Cleaning Products"} -------------------------------------------------------------------------------- /manualdocs/manual_181.json: -------------------------------------------------------------------------------- 1 | {"body": "Wash your vehicle regularly with cool or lukewarm water and a neutral pH shampoo, we recommend Motorcraft Detail Wash.Wash your vehicle regularly with cool or lukewarm water and a neutral pH shampoo, we recommend Motorcraft Detail Wash.
For routine cleaning we recommend Motorcraft Detail Wash. If tar or grease spots are present, we recommend Motorcraft Bug and Tar Remover.
Hand washing your vehicle is preferred however, pressure washing may be used under the following conditions:
Flush the complete underside of your vehicle frequently. Keep body and door drain holes free of debris or foreign material.
For removing black rubber marks from under the hood we recommend Motorcraft Wheel and Tire Cleaner or Motorcraft Bug and Tar Remover.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519042&subTitleSelected=G1519045&topicHRef=G1484088&div=f&vFilteringEnabled=True", "id": "182", "title": "Cleaning the Exterior"} -------------------------------------------------------------------------------- /manualdocs/manual_182.json: -------------------------------------------------------------------------------- 1 | {"body": "Regular waxing is necessary to protect your car's paint from the elements. We recommend that you wash and wax the painted surface once or twice a year.Regular waxing is necessary to protect your car's paint from the elements. We recommend that you wash and wax the painted surface once or twice a year.
When washing and waxing, park your vehicle in a shaded area out of direct sunlight. Always wash your vehicle before applying wax.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519042&subTitleSelected=G1519047&topicHRef=G1448701&div=f&vFilteringEnabled=True", "id": "183", "title": "Waxing"} -------------------------------------------------------------------------------- /manualdocs/manual_183.json: -------------------------------------------------------------------------------- 1 | {"body": "Engines are more efficient when they are clean because grease and dirt buildup keep the engine warmer than normal.Engines are more efficient when they are clean because grease and dirt buildup keep the engine warmer than normal.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519042&subTitleSelected=G1519048&topicHRef=G1448702&div=f&vFilteringEnabled=True", "id": "184", "title": "Cleaning the Engine"} -------------------------------------------------------------------------------- /manualdocs/manual_184.json: -------------------------------------------------------------------------------- 1 | {"body": "Car wash chemicals and environmental fallout can result in windshield and wiper blade contamination. Dirty windshield and wipers will result in poor windshield wiper operation. Keep the windshield and wiper blades clean to maintain windshield wiper performance.Car wash chemicals and environmental fallout can result in windshield and wiper blade contamination. Dirty windshield and wipers will result in poor windshield wiper operation. Keep the windshield and wiper blades clean to maintain windshield wiper performance.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519042&subTitleSelected=G1519049&topicHRef=G1448703&div=f&vFilteringEnabled=True", "id": "185", "title": "Cleaning the Windows and Wiper Blades"} -------------------------------------------------------------------------------- /manualdocs/manual_186.json: -------------------------------------------------------------------------------- 1 | {"body": "Clean the instrument panel and cluster lens with a clean, damp and soft cloth, then use a clean, dry and soft cloth to dry these areas.Clean the instrument panel and cluster lens with a clean, damp and soft cloth, then use a clean, dry and soft cloth to dry these areas.
If a staining liquid like coffee or juice has been spilled on the instrument panel or on interior trim surfaces:
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519042&subTitleSelected=G1692624&topicHRef=G1673478&div=f&vFilteringEnabled=True", "id": "187", "title": "Cleaning the Instrument Panel and Instrument Cluster Lens"} -------------------------------------------------------------------------------- /manualdocs/manual_187.json: -------------------------------------------------------------------------------- 1 | {"body": "For routine cleaning, wipe the surface with a soft, damp cloth and a mild soap and water solution. Dry the area with a clean, soft cloth.For routine cleaning, wipe the surface with a soft, damp cloth and a mild soap and water solution. Dry the area with a clean, soft cloth.
For cleaning and removing stains such as dye transfer, use Motorcraft Premium Leather and Vinyl Cleaner or a commercially available leather cleaning product for automotive interiors.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519042&subTitleSelected=G1692625&topicHRef=G1673479&div=f&vFilteringEnabled=True", "id": "188", "title": "Cleaning Leather Seats"} -------------------------------------------------------------------------------- /manualdocs/manual_188.json: -------------------------------------------------------------------------------- 1 | {"body": "Authorized dealers have touch-up paint to match your vehicle\u2019s color. Your vehicle color code is printed on a sticker on the front, left-hand side door jamb. Take your color code to your authorized dealer to make sure you get the correct color.Authorized dealers have touch-up paint to match your vehicle\u2019s color. Your vehicle color code is printed on a sticker on the front, left-hand side door jamb. Take your color code to your authorized dealer to make sure you get the correct color.
Before repairing minor paint damage, use a cleaner such as Motorcraft Bug and Tar Remover to remove particles such as bird droppings, tree sap, insect deposits, tar spots, road salt and industrial fallout.
Always read the instructions before using cleaning products.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519042&subTitleSelected=G1519046&topicHRef=G1484090&div=f&vFilteringEnabled=True", "id": "189", "title": "Repairing Minor Paint Damage"} -------------------------------------------------------------------------------- /manualdocs/manual_189.json: -------------------------------------------------------------------------------- 1 | {"body": "Alloy wheels and wheel covers are coated with a clear coat paint finish. To maintain their condition we recommend that you:Alloy wheels and wheel covers are coated with a clear coat paint finish. To maintain their condition we recommend that you:
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519042&subTitleSelected=G1519053&topicHRef=G1448708&div=f&vFilteringEnabled=True", "id": "190", "title": "Cleaning the Alloy Wheels"} -------------------------------------------------------------------------------- /manualdocs/manual_190.json: -------------------------------------------------------------------------------- 1 | {"body": "If you plan on storing your vehicle for 30 days or more, read the following maintenance recommendations to make sure your vehicle stays in good operating condition.If you plan on storing your vehicle for 30 days or more, read the following maintenance recommendations to make sure your vehicle stays in good operating condition.
We engineer and test all motor vehicles and their components for reliable, regular driving. Under various conditions, long-term storage may lead to degraded engine performance or failure unless you use specific precautions to preserve engine components.
Contact an authorized dealer if you have any concerns or issues.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519042&subTitleSelected=G1741031&topicHRef=G1741032&div=f&vFilteringEnabled=True", "id": "191", "title": "Vehicle Storage"} -------------------------------------------------------------------------------- /manualdocs/manual_194.json: -------------------------------------------------------------------------------- 1 | {"body": "Snow chains or cables have not been approved for use on your vehicle.Snow chains or cables have not been approved for use on your vehicle.
The original equipment tires on your vehicle may have an all-weather tread design to provide traction, handling, and braking performance in year-round driving. You may install snow tires for improved traction when driving in areas with sustained periods of snow or icy driving conditions
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519055&subTitleSelected=G1546377&topicHRef=G1549293&div=f&vFilteringEnabled=True", "id": "195", "title": "Using Snow Chains"} -------------------------------------------------------------------------------- /manualdocs/manual_196.json: -------------------------------------------------------------------------------- 1 | {"body": "*Torque specifications are for nut and bolt threads free of dirt and rust. Use only Ford recommended replacement fasteners.*Torque specifications are for nut and bolt threads free of dirt and rust. Use only Ford recommended replacement fasteners.
Retighten the lug nuts to the specified torque within 100 miles (160 kilometers) after any wheel disturbance (such as tire rotation, changing a flat tire, wheel removal).
Inspect the wheel pilot bore and mounting surface prior to installation. Remove any visible corrosion or loose particles.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519055&subTitleSelected=G1519061&topicHRef=G1448713&div=f&vFilteringEnabled=True", "id": "197", "title": "Technical Specifications"} -------------------------------------------------------------------------------- /manualdocs/manual_198.json: -------------------------------------------------------------------------------- 1 | {"body": "We recommend Motorcraft replacement parts available at your Ford dealer or at fordparts.com for scheduled maintenance. These parts meet or exceed Ford Motor Company\u2019s specifications and are engineered for your vehicle. Use of other parts may impact vehicle performance, emissions and durability. Your warranty may be void for any damage related to use of other parts.We recommend Motorcraft replacement parts available at your Ford dealer or at fordparts.com for scheduled maintenance. These parts meet or exceed Ford Motor Company\u2019s specifications and are engineered for your vehicle. Use of other parts may impact vehicle performance, emissions and durability. Your warranty may be void for any damage related to use of other parts.
If a Motorcraft oil filter is not available, use an oil filter that meets industry performance specification SAE/USCAR-36.
For spark plug replacement, contact an authorized dealer. Replace the spark plugs at the appropriate intervals. See \nGeneral Maintenance Information.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519062&subTitleSelected=G1554381&topicHRef=G1531362&div=f&vFilteringEnabled=True", "id": "199", "title": "Motorcraft Parts"} -------------------------------------------------------------------------------- /manualdocs/manual_199.json: -------------------------------------------------------------------------------- 1 | {"body": "The vehicle identification number is located on the left-hand side of the instrument panel.The vehicle identification number is located on the left-hand side of the instrument panel.
Please note that in the graphic, XXXX is representative of your vehicle identification number.
The Vehicle Identification Number contains the following information:
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519062&subTitleSelected=G1519065&topicHRef=G1448715&div=f&vFilteringEnabled=True", "id": "200", "title": "Vehicle Identification Number"} -------------------------------------------------------------------------------- /manualdocs/manual_20.json: -------------------------------------------------------------------------------- 1 | {"body": "This feature supplements the safety belt warning function by providing additional reminders that intermittently sound a tone and illuminate the safety belt warning light when you are in the driver seat or you have a front seat passenger and a safety belt is unbuckled.This feature supplements the safety belt warning function by providing additional reminders that intermittently sound a tone and illuminate the safety belt warning light when you are in the driver seat or you have a front seat passenger and a safety belt is unbuckled.
The system uses information from the front passenger sensing system to determine if a front seat passenger is present and therefore potentially in need of a warning. To avoid the system turning on the Belt-Minder feature for objects you place on the front passenger seat, only the front seat passengers receive warnings as determined by the front passenger sensing system.
If the Belt-Minder warnings expire (warnings for about five minutes) for one passenger (driver or front passenger), the other passenger can still cause the Belt-Minder feature to turn on.
Read Steps 1\u20134 thoroughly before proceeding with the programming procedure.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518835&subTitleSelected=G1518840&topicHRef=G1531400&div=f&vFilteringEnabled=True", "id": "21", "title": "Seatbelt Reminder"} -------------------------------------------------------------------------------- /manualdocs/manual_200.json: -------------------------------------------------------------------------------- 1 | {"body": "The National Highway Traffic Safety Administration Regulations require that a Safety Compliance Certification Label be affixed to a vehicle and prescribe where the Safety Compliance Certification Label may be located. The Safety Compliance Certification Label shall be affixed to either the door hinge pillar, the door latch post, or the edge of the door near the door latch, next to the driver's seating position.The National Highway Traffic Safety Administration Regulations require that a Safety Compliance Certification Label be affixed to a vehicle and prescribe where the Safety Compliance Certification Label may be located. The Safety Compliance Certification Label shall be affixed to either the door hinge pillar, the door latch post, or the edge of the door near the door latch, next to the driver's seating position.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519062&subTitleSelected=G1519066&topicHRef=G1448716&div=f&vFilteringEnabled=True", "id": "201", "title": "Vehicle Certification Label"} -------------------------------------------------------------------------------- /manualdocs/manual_201.json: -------------------------------------------------------------------------------- 1 | {"body": "The transmission code is on the Safety Compliance Certification Label. The following table shows the transmission code along with the transmission description.The transmission code is on the Safety Compliance Certification Label. The following table shows the transmission code along with the transmission description.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519062&subTitleSelected=G1531357&topicHRef=G1643941&div=f&vFilteringEnabled=True", "id": "202", "title": "Transmission Code Designation"} -------------------------------------------------------------------------------- /manualdocs/manual_202.json: -------------------------------------------------------------------------------- 1 | {"body": "*Approximate dry fill capacity. Actual amount may vary during fluid changes.*Approximate dry fill capacity. Actual amount may vary during fluid changes.
We recommend Motorcraft motor oil for your vehicle. If Motorcraft oil is not available, use motor oils of the recommended viscosity grade that meet API SN requirements and display the API Certification Mark for gasoline engines. Do not use oil labeled with API SN service category unless the label also displays the API certification mark.
An oil that displays this symbol conforms to current engine, emission system and fuel economy performance standards of the International Lubricants Specification Advisory Council (ILSAC).
Do not use supplemental engine oil additives because they are unnecessary and could lead to engine damage that may not be covered by your vehicle warranty.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519062&subTitleSelected=G1735725&topicHRef=G1735726&div=f&vFilteringEnabled=True", "id": "203", "title": "Capacities and Specifications"} -------------------------------------------------------------------------------- /manualdocs/manual_203.json: -------------------------------------------------------------------------------- 1 | {"body": "Always handle discs by their edges only. Clean the disc with an approved CD cleaner only. Wipe it from the center of the disc toward the edge. Do not clean in a circular motion.Always handle discs by their edges only. Clean the disc with an approved CD cleaner only. Wipe it from the center of the disc toward the edge. Do not clean in a circular motion.
Do not expose discs to direct sunlight or heat sources for extended periods.
If you are burning your own MP3 and WMA discs, it is important to understand how the system reads the structures you create. While various files may be present (files with extensions other than MP3 and WMA), only files with the MP3 and WMA extension are played; other files are ignored by the system. This enables you to use the same MP3 and WMA disc for a variety of tasks on your work computer, home computer and your in-vehicle system.
In track mode, the system displays and plays the structure as if it were only one level deep (all MP3 and WMA files play, regardless of being in a specific folder). In folder mode, the system only plays the MP3 and WMA files in the current folder.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518905&subTitleSelected=G1518906&topicHRef=G1514682&div=f&vFilteringEnabled=True", "id": "204", "title": "General Information"} -------------------------------------------------------------------------------- /manualdocs/manual_206.json: -------------------------------------------------------------------------------- 1 | {"body": "Press MENU.Press \nMENU.
Press the up and down arrow buttons to scroll through the options.
Press the right arrow to enter a menu. Press the left arrow to exit a menu.
Press \nOK to confirm a selection.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518905&subTitleSelected=G1518911&topicHRef=G1523349&div=f&vFilteringEnabled=True", "id": "207", "title": "Audio Unit - Vehicles With: Sony AM/FM/CD"} -------------------------------------------------------------------------------- /manualdocs/manual_208.json: -------------------------------------------------------------------------------- 1 | {"body": "SIRIUS\u00ae broadcasts a variety of music, news, sports, weather, traffic and entertainment satellite radio channels. For more information and a complete list of SIRIUS satellite radio channels, visit www.siriusxm.com in the United States, www.siriusxm.ca in Canada, or call SIRIUS at 1-888-539-7474.SIRIUS\u00ae broadcasts a variety of music, news, sports, weather, traffic and entertainment satellite radio channels. For more information and a complete list of SIRIUS satellite radio channels, visit www.siriusxm.com in the United States, www.siriusxm.ca in Canada, or call SIRIUS at 1-888-539-7474.
SIRIUS satellite radio is a subscription-based satellite radio service that broadcasts a variety of music, sports, news, weather, traffic and entertainment programming. Your factory-installed SIRIUS satellite radio system includes hardware and a limited subscription term, which begins on the date of sale or lease of your vehicle. See an authorized dealer for availability.
For more information on extended subscription terms (a service fee is required), the online media player and a complete list of SIRIUS satellite radio channels, and other features, please visit www.siriusxm.com in the United States, www.siriusxm.ca in Canada, or call SIRIUS at 1-888-539-7474.
You need your ESN to activate, modify or track your satellite radio account. When in satellite radio mode, tune to channel 0.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518905&subTitleSelected=G1518915&topicHRef=G1514688&div=f&vFilteringEnabled=True", "id": "209", "title": "Satellite Radio"} -------------------------------------------------------------------------------- /manualdocs/manual_209.json: -------------------------------------------------------------------------------- 1 | {"body": "The USB port allows you to plug in media playing devices, memory sticks and charge devices (if supported). See your SYNC information.The USB port allows you to plug in media playing devices, memory sticks and charge devices (if supported). See your SYNC information.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518905&subTitleSelected=G1735929&topicHRef=G1662718&div=f&vFilteringEnabled=True", "id": "210", "title": "USB Port"} -------------------------------------------------------------------------------- /manualdocs/manual_210.json: -------------------------------------------------------------------------------- 1 | {"body": "The media hub is located in the center console or in front of the gear shift.The media hub is located in the center console or in front of the gear shift.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518905&subTitleSelected=G1730722&topicHRef=G1724932&div=f&vFilteringEnabled=True", "id": "211", "title": "Media Hub"} -------------------------------------------------------------------------------- /manualdocs/manual_215.json: -------------------------------------------------------------------------------- 1 | {"body": "Scroll until the app name followed by \"Menu\", is displayed (such as, sticher Menu), then press OK. From here, you can access an application's features, such as Thumbs up and Thumbs down.Scroll until the app name followed by \"Menu\", is displayed (such as, sticher Menu), then press \nOK. From here, you can access an application's features, such as Thumbs up and Thumbs down.
Press the \nAUX button on the center console.
Scroll until the app name followed by \"Menu\", is displayed (such as, Stitcher Menu), then press \nOK. From here, you can access an application's features, such as Thumbs up and Thumbs down.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519075&subTitleSelected=G1763132&topicHRef=G1745845&div=f&vFilteringEnabled=True", "id": "216", "title": "SYNC\u2122 AppLink\u2122"} -------------------------------------------------------------------------------- /manualdocs/manual_217.json: -------------------------------------------------------------------------------- 1 | {"body": "Your SYNC system is easy to use. However, should questions arise, see the tables below.Your SYNC system is easy to use. However, should questions arise, see the tables below.
Use the website at any time to check your phone's compatibility, register your account and set preferences as well as access a customer representative via an online chat (during certain hours). Visit www.SYNCMyRide.com, www.SYNCMyRide.ca or www.syncmaroute.ca for more information.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519075&subTitleSelected=G1693802&topicHRef=G1681583&div=f&vFilteringEnabled=True", "id": "218", "title": "SYNC\u2122 Troubleshooting"} -------------------------------------------------------------------------------- /manualdocs/manual_219.json: -------------------------------------------------------------------------------- 1 | {"body": "The system allows you to upload and view up to 32 photos.The system allows you to upload and view up to 32 photos.
When you switch this feature on, ambient lighting illuminates footwells and cupholders with a choice of colors. To access and make adjustments:
You can find more information on Vehicle Health Report in this chapter.
You can find more information on the rear view camera system in another chapter. See \nParking Aids.
Access and adjust system settings, voice features, as well as phone, navigation and wireless settings.
The Wi-Fi CERTIFIED Logo is a certification mark of the Wi-Fi Alliance.
You can also access Help using the voice commands. The system provides allowable voice commands for the current mode.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1547501&subTitleSelected=G1732440&topicHRef=G1732452&div=f&vFilteringEnabled=True", "id": "220", "title": "Settings"} -------------------------------------------------------------------------------- /manualdocs/manual_22.json: -------------------------------------------------------------------------------- 1 | {"body": "The Personal Safety System provides an improved overall level of frontal crash protection to front seat occupants and is designed to help further reduce the risk of airbag-related injuries. The system is able to analyze different occupant conditions and crash severity before activating the appropriate safety devices to help better protect a range of occupants in a variety of frontal crash situations.The Personal Safety System provides an improved overall level of frontal crash protection to front seat occupants and is designed to help further reduce the risk of airbag-related injuries. The system is able to analyze different occupant conditions and crash severity before activating the appropriate safety devices to help better protect a range of occupants in a variety of frontal crash situations.
The Personal Safety System can adapt the deployment strategy of the safety devices according to crash severity and occupant conditions. A collection of crash and occupant sensors provides information to the restraints control module. During a crash, the restraints control module may deploy the safety belt pretensioners, one or both stages of the dual-stage airbags based on crash severity and occupant conditions.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518842&subTitleSelected=G1518843&topicHRef=G1517136&div=f&vFilteringEnabled=True", "id": "23", "title": "Personal Safety System\u2122"} -------------------------------------------------------------------------------- /manualdocs/manual_224.json: -------------------------------------------------------------------------------- 1 | {"body": "Touch the lower right corner on the touchscreen to access your climate control features. Depending on your vehicle line and option package, your climate screen may look different from this screen.Touch the lower right corner on the touchscreen to access your climate control features. Depending on your vehicle line and option package, your climate screen may look different from this screen.
Each time you start your vehicle and drive without an occupant in the front passenger seat, the climate control system may automatically switch to single zone mode (if it was previously in dual zone mode) in order to improve fuel economy. When this occurs, the \nDUAL button turns off and the passenger temperature changes to agree with the driver's temperature.
Press the \nDUAL button or adjust the passenger temperature to start dual zone mode without a passenger present. The system remains in dual zone mode until the start your vehicle again.
Press and hold the \nDUAL button for more than four seconds. Only the driver's temperature display flashes to signify that the feature is on.
Press and hold the \nDUAL button for more than four seconds. Both temperature displays flash to signify that the feature is off.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1547501&subTitleSelected=G1732056&topicHRef=G1732062&div=f&vFilteringEnabled=True", "id": "225", "title": "Climate"} -------------------------------------------------------------------------------- /manualdocs/manual_226.json: -------------------------------------------------------------------------------- 1 | {"body": "Your SYNC system is easy to use. However, should questions arise, see the tables below.Your SYNC system is easy to use. However, should questions arise, see the tables below.
Use the website at any time to check your phone's compatibility, register your account and set preferences as well as access a customer representative via an online chat (during certain hours). For more information visit:
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1547501&subTitleSelected=G1730744&topicHRef=G1703902&div=f&vFilteringEnabled=True", "id": "227", "title": "MyFord Touch\u2122 Troubleshooting"} -------------------------------------------------------------------------------- /manualdocs/manual_227.json: -------------------------------------------------------------------------------- 1 | {"body": "For a complete listing of the accessories that are available for your vehicle, please contact your authorized dealer or visit the online store web site:For a complete listing of the accessories that are available for your vehicle, please contact your authorized dealer or visit the online store web site:
Ford Motor Company will repair or replace any properly authorized dealer-installed Ford Original Accessory found to be defective in factory-supplied materials or workmanship during the warranty period, as well as any component damaged by the defective accessories.
Contact your authorized dealer for details and a copy of the warranty.
*Ford Licensed Accessories (FLA) are warranted by the accessory manufacturer's warranty. Ford Licensed Accessories are fully designed and developed by the accessory manufacturer and have not been designed or tested to Ford Motor Company engineering requirements. Contact your authorized dealer for details regarding the manufacturer's limited warranty and a copy of the FLA product limited warranty offered by the accessory manufacturer.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519071&subTitleSelected=G1747689&topicHRef=G1747690&div=f&vFilteringEnabled=True", "id": "228", "title": "Accessories"} -------------------------------------------------------------------------------- /manualdocs/manual_234.json: -------------------------------------------------------------------------------- 1 | {"body": "ArgentinaArgentina
Abu Dhabi, Dubai
Brazil
European Union EU
Jordan
Malaysia
Moldova
Morocco
Philippines
Serbia
Singapore
South Africa
Taiwan
Ukraine
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1519099&subTitleSelected=G1740208&topicHRef=G1738796&div=f&vFilteringEnabled=True", "id": "235", "title": "Type Approvals"} -------------------------------------------------------------------------------- /manualdocs/manual_24.json: -------------------------------------------------------------------------------- 1 | {"body": "The driver and front passenger airbags will deploy during significant frontal and near frontal crashes.The driver and front passenger airbags will deploy during significant frontal and near frontal crashes.
After all occupants have adjusted their seats and put on safety belts, it is very important that they continue to sit properly. A properly seated occupant sits upright, leaning against the seat back, and centered on the seat cushion, with their feet comfortably extended on the floor. Sitting improperly can increase the chance of injury in a crash event. For example, if an occupant slouches, lies down, turns sideways, sits forward, leans forward or sideways, or puts one or both feet up, the chance of injury during a crash is greatly increased.
Children must always be properly restrained. Accident statistics suggest that children are safer when properly restrained in the rear seating positions than in the front seating position. Failure to follow these instructions may increase the risk of injury in a crash.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518844&subTitleSelected=G1518846&topicHRef=G1517150&div=f&vFilteringEnabled=True", "id": "25", "title": "Driver and Passenger Airbags"} -------------------------------------------------------------------------------- /manualdocs/manual_26.json: -------------------------------------------------------------------------------- 1 | {"body": "The side airbags are located on the outboard side of the seatbacks of the front seats. In certain sideways crashes, the airbag on the side affected by the crash will be inflated. The airbag was designed to inflate between the door panel and occupant to further enhance the protection provided occupants in side impact crashes.The side airbags are located on the outboard side of the seatbacks of the front seats. In certain sideways crashes, the airbag on the side affected by the crash will be inflated. The airbag was designed to inflate between the door panel and occupant to further enhance the protection provided occupants in side impact crashes.
The design and development of the side airbag system included recommended testing procedures that were developed by a group of automotive safety experts known as the Side Airbag Technical Working Group. These recommended testing procedures help reduce the risk of injuries related to the deployment of side airbags.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518844&subTitleSelected=G1518849&topicHRef=G1448377&div=f&vFilteringEnabled=True", "id": "27", "title": "Side Airbags"} -------------------------------------------------------------------------------- /manualdocs/manual_27.json: -------------------------------------------------------------------------------- 1 | {"body": "Driver and passenger knee airbags are located under or within the instrument panel. During a crash, the restraints control module may activate the driver and passenger knee airbags (individually or both) based on crash severity and respective occupant conditions. Under certain crash and occupant conditions, the driver and passenger knee airbags may deploy (individually or both) but the corresponding front airbag may not activate. As with front and side airbags, it is important to be properly seated and restrained to reduce the risk of death or serious injury.Driver and passenger knee airbags are located under or within the instrument panel. During a crash, the restraints control module may activate the driver and passenger knee airbags (individually or both) based on crash severity and respective occupant conditions. Under certain crash and occupant conditions, the driver and passenger knee airbags may deploy (individually or both) but the corresponding front airbag may not activate. As with front and side airbags, it is important to be properly seated and restrained to reduce the risk of death or serious injury.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518844&subTitleSelected=G1643799&topicHRef=G1643800&div=f&vFilteringEnabled=True", "id": "28", "title": "Driver and Passenger Knee Airbags"} -------------------------------------------------------------------------------- /manualdocs/manual_28.json: -------------------------------------------------------------------------------- 1 | {"body": "The side curtain airbags will deploy during significant side crashes. The side curtain airbags are mounted to the roof side-rail sheet metal, behind the headliner, above each row of seats. In certain sideways crashes, the side curtain airbag on the impacted side of the vehicle will be activated. The side curtain airbags are designed to inflate between the side window area and occupants to further enhance protection provided in side impact crashes.The side curtain airbags will deploy during significant side crashes. The side curtain airbags are mounted to the roof side-rail sheet metal, behind the headliner, above each row of seats. In certain sideways crashes, the side curtain airbag on the impacted side of the vehicle will be activated. The side curtain airbags are designed to inflate between the side window area and occupants to further enhance protection provided in side impact crashes.
The system consists of the following:
Children 12 years old and under should always be properly restrained in the back seats. The side curtain airbags will not interfere with children restrained using a properly installed child or booster seat because it is designed to inflate downward from the headliner above the doors along the side window opening.
The design and development of the side curtain airbags included recommended testing procedures that were developed by a group of automotive safety experts known as the Side Airbag Technical Working Group. These recommended testing procedures help reduce the risk of injuries related to the deployment of side curtain airbags.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518844&subTitleSelected=G1524111&topicHRef=G1524113&div=f&vFilteringEnabled=True", "id": "29", "title": "Side Curtain Airbags"} -------------------------------------------------------------------------------- /manualdocs/manual_30.json: -------------------------------------------------------------------------------- 1 | {"body": "Contact your authorized dealer as soon as possible. Airbags must be disposed of by qualified personnel.Contact your authorized dealer as soon as possible. Airbags must be disposed of by qualified personnel.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518844&subTitleSelected=G1518852&topicHRef=G1448379&div=f&vFilteringEnabled=True", "id": "31", "title": "Airbag Disposal"} -------------------------------------------------------------------------------- /manualdocs/manual_31.json: -------------------------------------------------------------------------------- 1 | {"body": "This device complies with Part 15 of the FCC Rules and with Industry Canada license-exempt RSS standard(s). Operation is subject to the following two conditions: (1) This device may not cause harmful interference, and (2) This device must accept any interference received, including interference that may cause undesired operation.This device complies with Part 15 of the FCC Rules and with Industry Canada license-exempt RSS standard(s). Operation is subject to the following two conditions: (1) This device may not cause harmful interference, and (2) This device must accept any interference received, including interference that may cause undesired operation.
The radio frequency used by your remote control can also be used by other short distance radio transmissions, for example amateur radios, medical equipment, wireless headphones, remote controls and alarm systems. If the frequencies are jammed, you will not be able to use your remote control. You can lock and unlock the doors with the key.
If excessive radio frequency interference is present in the area or if the transmitter battery is low, you may need to mechanically unlock your door. You can use the mechanical key blade in your intelligent access key to open the driver door in this situation. See \nRemote Control.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518853&subTitleSelected=G1518855&topicHRef=G1697122&div=f&vFilteringEnabled=True", "id": "32", "title": "General Information on Radio Frequencies"} -------------------------------------------------------------------------------- /manualdocs/manual_33.json: -------------------------------------------------------------------------------- 1 | {"body": "Replacement keys or remote controls can be purchased from an authorized dealer. Authorized dealers can program remote controls for your vehicle. See\u00a0 Passive Anti-Theft System.\u00a0Replacement keys or remote controls can be purchased from an authorized dealer. Authorized dealers can program remote controls for your vehicle. See \nPassive Anti-Theft System.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518853&subTitleSelected=G1518857&topicHRef=G1448397&div=f&vFilteringEnabled=True", "id": "34", "title": "Replacing a Lost Key or Remote Control"} -------------------------------------------------------------------------------- /manualdocs/manual_34.json: -------------------------------------------------------------------------------- 1 | {"body": "MyKey allows you to program keys with restricted driving modes to promote good driving habits. All but one of the keys can be activated with these restricted modes.MyKey allows you to program keys with restricted driving modes to promote good driving habits. All but one of the keys can be activated with these restricted modes.
Any keys that remain unprogrammed are referred to as administrator keys or admin keys. They can be used to:
With an admin key, you can configure certain MyKey settings when you first create a MyKey and before you recycle the key or restart the vehicle. You can also change the settings afterward with an admin key.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518858&subTitleSelected=G1698123&topicHRef=G1523360&div=f&vFilteringEnabled=True", "id": "35", "title": "Principle of Operation"} -------------------------------------------------------------------------------- /manualdocs/manual_35.json: -------------------------------------------------------------------------------- 1 | {"body": "Use the information display to create a MyKey:Use the information display to create a MyKey:
When prompted, hold the \nOK button until you see a message informing you to label this key as a MyKey. The key will be restricted at the next start.
MyKey is successfully created. Make sure you label it so you can distinguish it from the admin keys.
You can also program configurable settings for the key(s). See \nProgramming/Changing Configurable Settings.
Use the information display to access your configurable MyKey settings.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518858&subTitleSelected=G1523362&topicHRef=G1557258&div=f&vFilteringEnabled=True", "id": "36", "title": "Creating a MyKey"} -------------------------------------------------------------------------------- /manualdocs/manual_36.json: -------------------------------------------------------------------------------- 1 | {"body": "You can clear or change your MyKey settings using the information display control on the steering wheel. See\u00a0Information Displays.\u00a0You can clear or change your MyKey settings using the information display control on the steering wheel. See \nInformation Displays.
Switch the ignition on using an admin key.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518858&subTitleSelected=G1518861&topicHRef=G1517156&div=f&vFilteringEnabled=True", "id": "37", "title": "Clearing All MyKeys"} -------------------------------------------------------------------------------- /manualdocs/manual_37.json: -------------------------------------------------------------------------------- 1 | {"body": "You can find information on programmed MyKey(s) using the information display control on the steering wheel. See\u00a0Information Displays.\u00a0You can find information on programmed MyKey(s) using the information display control on the steering wheel. See \nInformation Displays.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518858&subTitleSelected=G1603856&topicHRef=G1607698&div=f&vFilteringEnabled=True", "id": "38", "title": "Checking MyKey System Status"} -------------------------------------------------------------------------------- /manualdocs/manual_38.json: -------------------------------------------------------------------------------- 1 | {"body": "MyKey is not compatible with non Ford-approved, aftermarket remote start systems. If you choose to install a remote start system, see an authorized dealer for a Ford-approved remote start system.MyKey is not compatible with non Ford-approved, aftermarket remote start systems. If you choose to install a remote start system, see an authorized dealer for a Ford-approved remote start system.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518858&subTitleSelected=G1612298&topicHRef=G1557260&div=f&vFilteringEnabled=True", "id": "39", "title": "Using MyKey With Remote Start Systems"} -------------------------------------------------------------------------------- /manualdocs/manual_4.json: -------------------------------------------------------------------------------- 1 | {"body": "\u00a0Certain components in your vehicle such as airbag modules, seatbelt pretensioners and remote control batteries may contain perchlorate material. \u00a0Special handling may apply for service or vehicle end of life disposal.Certain components in your vehicle such as airbag modules, seatbelt pretensioners and remote control batteries may contain perchlorate material. Special handling may apply for service or vehicle end of life disposal.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1508561&subTitleSelected=G1531417&topicHRef=G1448345&div=f&vFilteringEnabled=True", "id": "5", "title": "Perchlorate"} -------------------------------------------------------------------------------- /manualdocs/manual_42.json: -------------------------------------------------------------------------------- 1 | {"body": "Your vehicle is equipped with a release handle that provides a means of escape for children and adults if they become locked inside the luggage compartment.Your vehicle is equipped with a release handle that provides a means of escape for children and adults if they become locked inside the luggage compartment.
Adults should familiarize themselves with the operation and location of the release handle.
The handle is located inside the luggage compartment either on the luggage compartment door (lid) or near the tail lamps. It is composed of a material that will glow for hours in darkness following brief exposure to ambient light.
Pull the handle and push up on the luggage compartment door (lid) to open from within the luggage compartment.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518865&subTitleSelected=G1525546&topicHRef=G1525547&div=f&vFilteringEnabled=True", "id": "43", "title": "Interior Luggage Compartment Release"} -------------------------------------------------------------------------------- /manualdocs/manual_44.json: -------------------------------------------------------------------------------- 1 | {"body": "The system will warn you of an unauthorized entry to your vehicle. It will be triggered if any door, the luggage compartment or the hood is opened without using the key, remote control or keyless entry keypad.The system will warn you of an unauthorized entry to your vehicle. It will be triggered if any door, the luggage compartment or the hood is opened without using the key, remote control or keyless entry keypad.
The direction indicators will flash and the horn will sound if unauthorized entry is attempted while the alarm is armed.
Take all remote controls to an authorized dealer if there is any potential alarm problem with your vehicle.
The alarm is ready to arm when there is not a key in your vehicle. Electronically lock your vehicle to arm the alarm.
Disarm the alarm by any of the following actions:
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518870&subTitleSelected=G1518872&topicHRef=G1448427&div=f&vFilteringEnabled=True", "id": "45", "title": "Anti-Theft Alarm"} -------------------------------------------------------------------------------- /manualdocs/manual_46.json: -------------------------------------------------------------------------------- 1 | {"body": "Select the required source on the audio unit.Select the required source on the audio unit.
Operate the following functions with the control:
Press repeatedly to scroll through available audio sources.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518873&subTitleSelected=G1518875&topicHRef=G1525721&div=f&vFilteringEnabled=True", "id": "47", "title": "Audio Control"} -------------------------------------------------------------------------------- /manualdocs/manual_47.json: -------------------------------------------------------------------------------- 1 | {"body": "Press the button to select or deselect voice control. See your SYNC information.Press the button to select or deselect voice control. See your SYNC information.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518873&subTitleSelected=G1518876&topicHRef=G1525722&div=f&vFilteringEnabled=True", "id": "48", "title": "Voice Control"} -------------------------------------------------------------------------------- /manualdocs/manual_48.json: -------------------------------------------------------------------------------- 1 | {"body": "See\u00a0 Principle of Operation.\u00a0See \nPrinciple of Operation.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518873&subTitleSelected=G1518877&topicHRef=G1525723&div=f&vFilteringEnabled=True", "id": "49", "title": "Cruise Control"} -------------------------------------------------------------------------------- /manualdocs/manual_49.json: -------------------------------------------------------------------------------- 1 | {"body": "See\u00a0Information Displays.\u00a0See \nInformation Displays.
This control functions the same as the center control on the faceplate. See \nGeneral Information.
Use this control to adjust the right side of the information display. Navigate through the screen and press \nOK to select.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518873&subTitleSelected=G1518878&topicHRef=G1525724&div=f&vFilteringEnabled=True", "id": "50", "title": "Information Display Control"} -------------------------------------------------------------------------------- /manualdocs/manual_5.json: -------------------------------------------------------------------------------- 1 | {"body": "\u00a0Ford Credit offers a full range of financing and lease plans to help you acquire your vehicle. \u00a0If you have financed or leased your vehicle through Ford Credit, thank you for your business.Ford Credit offers a full range of financing and lease plans to help you acquire your vehicle. If you have financed or leased your vehicle through Ford Credit, thank you for your business.
We offer a number of convenient ways for you to contact us and help to manage your account.
Call 1-800-727-7000.
For more information about Ford Credit and access to the Account Manager, go to www.fordcredit.com.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1508561&subTitleSelected=G1531418&topicHRef=G1517163&div=f&vFilteringEnabled=True", "id": "6", "title": "Ford Credit"} -------------------------------------------------------------------------------- /manualdocs/manual_50.json: -------------------------------------------------------------------------------- 1 | {"body": "See\u00a0MyFord Touch\u2122.\u00a0See \nMyFord Touch\u2122.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518873&subTitleSelected=G1606014&topicHRef=G1601948&div=f&vFilteringEnabled=True", "id": "51", "title": "Heated Steering Wheel"} -------------------------------------------------------------------------------- /manualdocs/manual_51.json: -------------------------------------------------------------------------------- 1 | {"body": "Use the rotary control to adjust the intermittent wipe interval.Use the rotary control to adjust the intermittent wipe interval.
When your vehicle speed increases, the interval between wipes decreases.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518879&subTitleSelected=G1518880&topicHRef=G1523747&div=f&vFilteringEnabled=True", "id": "52", "title": "Windshield Wipers"} -------------------------------------------------------------------------------- /manualdocs/manual_52.json: -------------------------------------------------------------------------------- 1 | {"body": "\u00a0Autowipers uses a rain sensor located in the area around the interior mirror. \u00a0The rain sensor will continue to monitor the amount of water on the windshield and automatically adjust the speed of the wipers.Autowipers uses a rain sensor located in the area around the interior mirror. The rain sensor will continue to monitor the amount of water on the windshield and automatically adjust the speed of the wipers.
Use the rotary control to adjust the sensitivity of the autowipers. When you select low sensitivity, the wipers will operate when the sensor detects a large amount of water on the windshield. When you select high sensitivity, the wipers will operate when the sensor detects a small amount of water on the windshield.
Keep the outside of the windshield clean. The rain sensor is very sensitive and the wipers may operate if dirt, mist or insects hit the windshield.
Wet or winter driving conditions with ice, snow or salty road mist can cause inconsistent and unexpected wiping or smearing.
Autowipers default to on and remain on until you switch it off in the information display. With autowipers switched off, the wipers operate in intermittent mode. See \nGeneral Information.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518879&subTitleSelected=G1518881&topicHRef=G1523748&div=f&vFilteringEnabled=True", "id": "53", "title": "Autowipers"} -------------------------------------------------------------------------------- /manualdocs/manual_53.json: -------------------------------------------------------------------------------- 1 | {"body": "To operate the washers and spray the windshield, pull the lever toward you.To operate the washers and spray the windshield, pull the lever toward you.
A wipe will occur a few seconds after washing to clear any remaining washer fluid. This feature can be switched on or off in the information display. See \nGeneral Information.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518879&subTitleSelected=G1518882&topicHRef=G1523749&div=f&vFilteringEnabled=True", "id": "54", "title": "Windshield Washers"} -------------------------------------------------------------------------------- /manualdocs/manual_54.json: -------------------------------------------------------------------------------- 1 | {"body": "Exterior lamps have vents to accommodate normal changes in air pressure.Exterior lamps have vents to accommodate normal changes in air pressure.
Condensation can be a natural by-product of this design. When moist air enters the lamp assembly through the vents, there is a possibility that condensation can occur when the temperature is cold. When normal condensation occurs, a fine mist can form on the interior of the lens. The fine mist eventually clears and exits through the vents during normal operation.
Clearing time may take as long as 48 hours under dry weather conditions.
If you see any unacceptable condensation, have your vehicle checked by an authorized dealer.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518885&subTitleSelected=G1590744&topicHRef=G1584682&div=f&vFilteringEnabled=True", "id": "55", "title": "General Information"} -------------------------------------------------------------------------------- /manualdocs/manual_55.json: -------------------------------------------------------------------------------- 1 | {"body": "Push the lever forward to switch the high beams on.Push the lever forward to switch the high beams on.
Push the lever forward again or pull the lever toward you to switch the high beams off.
Pull the lever toward you slightly and release it to flash the headlamps.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518885&subTitleSelected=G1518886&topicHRef=G1448493&div=f&vFilteringEnabled=True", "id": "56", "title": "Lighting Control"} -------------------------------------------------------------------------------- /manualdocs/manual_56.json: -------------------------------------------------------------------------------- 1 | {"body": "When the lighting control is in the autolamps position, the headlamps automatically turn on in low light situations or when the wipers activate.When the lighting control is in the autolamps position, the headlamps automatically turn on in low light situations or when the wipers activate.
The headlamps remain on for a period of time after you switch the ignition off. Use the information display controls to adjust the period of time that the headlamps remain on. See \nInformation Displays.
The windshield wiper activated headlamps turn on within 10 seconds when you switch the windshield wipers on and the lighting control is in the autolamps position. They turn off approximately 60 seconds after you switch the windshield wipers off.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518885&subTitleSelected=G1662500&topicHRef=G1632990&div=f&vFilteringEnabled=True", "id": "57", "title": "Autolamps"} -------------------------------------------------------------------------------- /manualdocs/manual_57.json: -------------------------------------------------------------------------------- 1 | {"body": "Press repeatedly or press and hold until you reach the desired level.Press repeatedly or press and hold until you reach the desired level.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518885&subTitleSelected=G1518888&topicHRef=G1448495&div=f&vFilteringEnabled=True", "id": "58", "title": "Instrument Lighting Dimmer"} -------------------------------------------------------------------------------- /manualdocs/manual_58.json: -------------------------------------------------------------------------------- 1 | {"body": "After you switch the ignition off, you can switch the headlamps on by pulling the direction indicator lever toward you. You will hear a short tone. The headlamps will switch off automatically after three minutes with any door open or 30 seconds after the last door has been closed. You can cancel this feature by pulling the direction indicator toward you again or switching the ignition on.After you switch the ignition off, you can switch the headlamps on by pulling the direction indicator lever toward you. You will hear a short tone. The headlamps will switch off automatically after three minutes with any door open or 30 seconds after the last door has been closed. You can cancel this feature by pulling the direction indicator toward you again or switching the ignition on.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518885&subTitleSelected=G1518889&topicHRef=G1448496&div=f&vFilteringEnabled=True", "id": "59", "title": "Headlamp Exit Delay"} -------------------------------------------------------------------------------- /manualdocs/manual_59.json: -------------------------------------------------------------------------------- 1 | {"body": "Switch the daytime running lamps on or off using the information display controls. See\u00a0 General Information.\u00a0Switch the daytime running lamps on or off using the information display controls. See \nGeneral Information.
The other lighting control switch positions do not activate the daytime running lamps, and you can use them to temporarily override autolamp control.
When switched off in the information display, the daytime running lamps are off in all lighting control switch positions.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518885&subTitleSelected=G1662501&topicHRef=G1628345&div=f&vFilteringEnabled=True", "id": "60", "title": "Daytime Running Lamps"} -------------------------------------------------------------------------------- /manualdocs/manual_60.json: -------------------------------------------------------------------------------- 1 | {"body": "The system will automatically turn on your high beams if it is dark enough and no other traffic is present. When it detects the headlights of an approaching vehicle, the tail lamps of the preceding vehicle or street lighting, the system will turn off the high beams before they distract other drivers. The low beams remain on.The system will automatically turn on your high beams if it is dark enough and no other traffic is present. When it detects the headlights of an approaching vehicle, the tail lamps of the preceding vehicle or street lighting, the system will turn off the high beams before they distract other drivers. The low beams remain on.
A camera sensor, centrally mounted behind the windshield of your vehicle, continuously monitors conditions to decide when to switch the high beams off and on.
Switch on the system using the information display. See \nInformation Displays. Switch the autolamps on. See \nAutolamps.
When the automatic control has activated the high beams, pushing or pulling the stalk will provide a temporary override to low beam.
Use the information display menu to permanently deactivate the system, or turn the lighting control switch from autolamps to headlamps.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518885&subTitleSelected=G1560458&topicHRef=G1560459&div=f&vFilteringEnabled=True", "id": "61", "title": "Automatic High Beam Control"} -------------------------------------------------------------------------------- /manualdocs/manual_61.json: -------------------------------------------------------------------------------- 1 | {"body": "Press the control to switch the fog lamps on or off.Press the control to switch the fog lamps on or off.
You can switch the fog lamps on when the lighting control is in any position except Off and the high beams are not on.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518885&subTitleSelected=G1518891&topicHRef=G1448499&div=f&vFilteringEnabled=True", "id": "62", "title": "Front Fog Lamps"} -------------------------------------------------------------------------------- /manualdocs/manual_62.json: -------------------------------------------------------------------------------- 1 | {"body": "Push the lever up or down to use the direction indicators.Push the lever up or down to use the direction indicators.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518885&subTitleSelected=G1518892&topicHRef=G1547689&div=f&vFilteringEnabled=True", "id": "63", "title": "Direction Indicators"} -------------------------------------------------------------------------------- /manualdocs/manual_63.json: -------------------------------------------------------------------------------- 1 | {"body": "The lamps will turn on when you have met one of the following conditions:The lamps will turn on when you have met one of the following conditions:
You can switch individual map lamps on independently by pressing a map lens.
You can switch dome lamps on by pressing the button.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518885&subTitleSelected=G1693573&topicHRef=G1693574&div=f&vFilteringEnabled=True", "id": "64", "title": "Interior Lamps"} -------------------------------------------------------------------------------- /manualdocs/manual_64.json: -------------------------------------------------------------------------------- 1 | {"body": "Adjust the ambient lighting using the touchscreen.Adjust the ambient lighting using the touchscreen.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518885&subTitleSelected=G1590748&topicHRef=G1605766&div=f&vFilteringEnabled=True", "id": "65", "title": "Ambient Lighting"} -------------------------------------------------------------------------------- /manualdocs/manual_65.json: -------------------------------------------------------------------------------- 1 | {"body": "Press the switch to open the window.Press the switch to open the window.
Lift the switch to close the window.
Press the switch fully and release it. Press again or lift it to stop the window.
Lift the switch fully and release it. Press or lift it again to stop the window.
The window will stop automatically while closing. It will reverse some distance if there is an obstacle in the way.
Pull up the window switch and hold within two seconds of the window reaching the bounce-back position. The window will travel up with no bounce-back protection. The window will stop if you release the switch before the window closes fully.
Press the control to lock or unlock the rear window controls. It will illuminate when you lock the rear window controls.
You can use the window switches for several minutes after you switch the ignition off or until you open either front door.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518895&subTitleSelected=G1732701&topicHRef=G1547491&div=f&vFilteringEnabled=True", "id": "66", "title": "Power Windows"} -------------------------------------------------------------------------------- /manualdocs/manual_66.json: -------------------------------------------------------------------------------- 1 | {"body": "You can use the remote control to operate the windows with the ignition off.You can use the remote control to operate the windows with the ignition off.
You can only open the windows for a short time after you unlock your vehicle with the remote control. After you unlock your vehicle, press and hold the remote control unlock button to open the windows and vent the moonroof. Release the button once movement starts. Press the lock or unlock button to stop movement.
To close the windows and moonroof, press and hold the remote control lock button. Release the button once movement starts. Press the lock or unlock button to stop movement.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518895&subTitleSelected=G1587881&topicHRef=G1587882&div=f&vFilteringEnabled=True", "id": "67", "title": "Global Opening and Closing"} -------------------------------------------------------------------------------- /manualdocs/manual_68.json: -------------------------------------------------------------------------------- 1 | {"body": "You can adjust the interior mirror to your preference. Some mirrors also have a second pivot point. This lets you move the mirror head up or down and from side to side.You can adjust the interior mirror to your preference. Some mirrors also have a second pivot point. This lets you move the mirror head up or down and from side to side.
Pull the tab below the mirror toward you to reduce glare at night.
The mirror will dim automatically to reduce glare when bright lights are detected from behind your vehicle. It will automatically return to normal reflection when you select reverse gear to make sure you have a clear view when backing up.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518895&subTitleSelected=G1518898&topicHRef=G1448507&div=f&vFilteringEnabled=True", "id": "69", "title": "Interior Mirror"} -------------------------------------------------------------------------------- /manualdocs/manual_69.json: -------------------------------------------------------------------------------- 1 | {"body": "Rotate the sun visor toward the side window and extend it rearward for extra shade.Rotate the sun visor toward the side window and extend it rearward for extra shade.
Lift the cover to switch the lamp on.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518895&subTitleSelected=G1518899&topicHRef=G1547166&div=f&vFilteringEnabled=True", "id": "70", "title": "Sun Visors"} -------------------------------------------------------------------------------- /manualdocs/manual_7.json: -------------------------------------------------------------------------------- 1 | {"body": "For a detailed description of what is covered and what is not covered by your vehicle\u2019s New Vehicle Limited Warranty, refer to the Warranty Manual that is provided to you along with your Owner\u2019s Manual.For a detailed description of what is covered and what is not covered by your vehicle\u2019s New Vehicle Limited Warranty, refer to the Warranty Manual that is provided to you along with your Owner\u2019s Manual.
For your added safety, your vehicle is fitted with sophisticated electronic controls.
Your vehicle has an OBD Data Link Connector (DLC) that is used in conjunction with a diagnostic scan tool for vehicle diagnostics, repairs and reprogramming services. Installing an aftermarket device that uses the DLC during normal driving for purposes such as remote insurance company monitoring, transmission of vehicle data to other devices or entities, or altering the performance of the vehicle, may cause interference with or even damage to vehicle systems. We do not recommend or endorse the use of aftermarket plug-in devices unless approved by Ford. The vehicle Warranty will not cover damage caused by an aftermarket plug-in device.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1508561&subTitleSelected=G1561289&topicHRef=G1549212&div=f&vFilteringEnabled=True", "id": "8", "title": "Special Notices"} -------------------------------------------------------------------------------- /manualdocs/manual_70.json: -------------------------------------------------------------------------------- 1 | {"body": "The sliding shade can be manually opened or closed when the moonroof is closed. Pull the shade toward the front of the vehicle to close it.The sliding shade can be manually opened or closed when the moonroof is closed. Pull the shade toward the front of the vehicle to close it.
The moonroof controls are located on the overhead console and have a one-touch open and close feature. To stop it during one-touch operation, touch the control a second time.
Touch (A) to open the moonroof. It will stop short of the fully opened position.
Touch (C) to close the moonroof.
The moonroof will stop automatically and reverse some distance if an obstacle is detected while closing.
Touch and hold (C) within two seconds of a bounce-back event to override this function.
Touch (B) to vent the moonroof. Touch (C) to close it.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518895&subTitleSelected=G1518900&topicHRef=G1523752&div=f&vFilteringEnabled=True", "id": "71", "title": "Moonroof"} -------------------------------------------------------------------------------- /manualdocs/manual_73.json: -------------------------------------------------------------------------------- 1 | {"body": "Sounds when you open the driver's door and you have left the key in the ignition.Sounds when you open the driver's door and you have left the key in the ignition.
Sounds the horn twice when you exit your vehicle with the intelligent access key, after the last door is closed and your keyless vehicle is in RUN, indicating your vehicle is still on.
Sounds when you remove the key from the ignition and open the driver's door and you have left the headlamps or parking lamps on.
Sounds when you have left the parking brake on and drive your vehicle. If the warning chime remains on after you have released the parking brake, have the system checked by an authorized dealer immediately.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518901&subTitleSelected=G1518904&topicHRef=G1526098&div=f&vFilteringEnabled=True", "id": "74", "title": "Audible Warnings and Indicators"} -------------------------------------------------------------------------------- /manualdocs/manual_75.json: -------------------------------------------------------------------------------- 1 | {"body": "Press the OK button to acknowledge and remove some messages from the information display. Other messages will be removed automatically after a short time.Press the OK button to acknowledge and remove some messages from the information display. Other messages will be removed automatically after a short time.
Certain messages need to be confirmed before you can access the menus.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1525715&subTitleSelected=G1815640&topicHRef=G1642521&div=f&vFilteringEnabled=True", "id": "76", "title": "Information Messages"} -------------------------------------------------------------------------------- /manualdocs/manual_78.json: -------------------------------------------------------------------------------- 1 | {"body": "Press the MAX A/C button.Press the \nMAX A/C button.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518916&subTitleSelected=G1531300&topicHRef=G1531301&div=f&vFilteringEnabled=True", "id": "79", "title": "Hints on Controlling the Interior Climate"} -------------------------------------------------------------------------------- /manualdocs/manual_79.json: -------------------------------------------------------------------------------- 1 | {"body": "When you switch the heated rear window on, the heated exterior mirrors will automatically turn on.When you switch the heated rear window on, the heated exterior mirrors will automatically turn on.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518916&subTitleSelected=G1518921&topicHRef=G1599923&div=f&vFilteringEnabled=True", "id": "80", "title": "Heated Windows and Mirrors"} -------------------------------------------------------------------------------- /manualdocs/manual_8.json: -------------------------------------------------------------------------------- 1 | {"body": "\u00a0Using mobile communications equipment is becoming increasingly important in the conduct of business and personal affairs. \u00a0However, you must not compromise your own or others\u2019 safety when using such equipment. \u00a0Mobile communications can enhance personal safety and security when appropriately used, particularly in emergency situations. \u00a0Safety must be paramount when using mobile communications equipment to avoid negating these benefits. \u00a0Mobile communication equipment includes, but is not limited to, cellular phones, pagers, portable email devices, text messaging devices and portable two-way radios.Using mobile communications equipment is becoming increasingly important in the conduct of business and personal affairs. However, you must not compromise your own or others\u2019 safety when using such equipment. Mobile communications can enhance personal safety and security when appropriately used, particularly in emergency situations. Safety must be paramount when using mobile communications equipment to avoid negating these benefits. Mobile communication equipment includes, but is not limited to, cellular phones, pagers, portable email devices, text messaging devices and portable two-way radios.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1508561&subTitleSelected=G1531421&topicHRef=G1448348&div=f&vFilteringEnabled=True", "id": "9", "title": "Mobile Communications Equipment"} -------------------------------------------------------------------------------- /manualdocs/manual_80.json: -------------------------------------------------------------------------------- 1 | {"body": "You can locate the cabin air filter behind the glove box.You can locate the cabin air filter behind the glove box.
Replace the filter at regular intervals. See \nGeneral Maintenance Information.
For additional cabin air filter information, or to replace the filter, see an authorized dealer.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518916&subTitleSelected=G1518922&topicHRef=G1546212&div=f&vFilteringEnabled=True", "id": "81", "title": "Cabin Air Filter"} -------------------------------------------------------------------------------- /manualdocs/manual_81.json: -------------------------------------------------------------------------------- 1 | {"body": "You can switch this feature on or off and adjust the settings using the information display.You can switch this feature on or off and adjust the settings using the information display.
The system adjusts the interior temperature depending on your chosen settings during remote start.
You cannot adjust the climate control setting during remote start operation. When you switch the ignition on, the climate control system will return to the previous settings. You can now make adjustments.
In hot weather, the system is set to 22 \u00b0C. The cooled seats are set to high (if available, and selected to AUTO in the information display).
In moderate weather, the system either heats or cools (based on previous settings). The rear defroster, heated mirrors and heated or cooled seats do not automatically turn on.
In cold weather, the system is set to 22 \u00b0C. The heated seats are set to high (if available, and selected to AUTO in the information display). The heated rear window and heated mirrors automatically turn on.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518916&subTitleSelected=G1546583&topicHRef=G1547516&div=f&vFilteringEnabled=True", "id": "82", "title": "Remote Start"} -------------------------------------------------------------------------------- /manualdocs/manual_82.json: -------------------------------------------------------------------------------- 1 | {"body": "When you use them properly, the seat, head restraint, safety belt and airbags will provide optimum protection in the event of a crash.When you use them properly, the seat, head restraint, safety belt and airbags will provide optimum protection in the event of a crash.
Make sure that your driving position is comfortable and that you can maintain full control of your vehicle.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518923&subTitleSelected=G1518924&topicHRef=G1448523&div=f&vFilteringEnabled=True", "id": "83", "title": "Sitting in the Correct Position"} -------------------------------------------------------------------------------- /manualdocs/manual_83.json: -------------------------------------------------------------------------------- 1 | {"body": "Pull the head restraint up.Pull the head restraint up.
Align the steel stems into the guide sleeves and push the head restraint down until it locks.
The front head restraints tilt for extra comfort. To tilt the head restraint, do the following:
After the head restraint reaches the forward-most tilt position, pivoting it forward again will then release it to the rearward, un-tilted position.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518923&subTitleSelected=G1518925&topicHRef=G1531295&div=f&vFilteringEnabled=True", "id": "84", "title": "Head Restraints"} -------------------------------------------------------------------------------- /manualdocs/manual_84.json: -------------------------------------------------------------------------------- 1 | {"body": "The driver and passenger manual seats may consist of:The driver and passenger manual seats may consist of:
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518923&subTitleSelected=G1662625&topicHRef=G1662627&div=f&vFilteringEnabled=True", "id": "85", "title": "Manual Seats"} -------------------------------------------------------------------------------- /manualdocs/manual_86.json: -------------------------------------------------------------------------------- 1 | {"body": "This feature will automatically recall the position of the driver seat and power mirrors. The memory control is located on the driver door.This feature will automatically recall the position of the driver seat and power mirrors. The memory control is located on the driver door.
You can save up to three preset memory positions. You can save a memory preset at any time.
Press and release the preset button associated with your desired driving position. The seat and mirrors will move to the position stored for that preset.
Your vehicle can save the preset memory positions for up to three remote controls or intelligent access (IA) keys.
To unlink a remote control, follow the same procedure \u2013 except in step 3, press the unlock button on the remote control.
If you enable the easy entry and exit feature, it automatically moves the driver seat position rearward up to two inches (five centimeters) when you switch the ignition off.
The driver seat will return to the previous position when you switch the ignition on.
You can enable or disable this feature in the information display. See \nInformation Displays.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518923&subTitleSelected=G1739434&topicHRef=G1739435&div=f&vFilteringEnabled=True", "id": "87", "title": "Memory Function"} -------------------------------------------------------------------------------- /manualdocs/manual_87.json: -------------------------------------------------------------------------------- 1 | {"body": "To lower the seat back(s) from inside the vehicle, do the following:To lower the seat back(s) from inside the vehicle, do the following:
When raising the seat back(s), make sure you hear the seat latch into place.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518923&subTitleSelected=G1518929&topicHRef=G1531298&div=f&vFilteringEnabled=True", "id": "88", "title": "Rear Seats"} -------------------------------------------------------------------------------- /manualdocs/manual_88.json: -------------------------------------------------------------------------------- 1 | {"body": "Press the heated seat symbol to cycle through the various heat settings and off. Warmer settings are indicated by more indicator lights.Press the heated seat symbol to cycle through the various heat settings and off. Warmer settings are indicated by more indicator lights.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518923&subTitleSelected=G1518930&topicHRef=G1549628&div=f&vFilteringEnabled=True", "id": "89", "title": "Heated Seats"} -------------------------------------------------------------------------------- /manualdocs/manual_89.json: -------------------------------------------------------------------------------- 1 | {"body": "Heated SeatsHeated Seats
Press the heated seat symbol to cycle through the various heat settings and off. More indicator lights indicate warmer settings.
The cooled seats will only function when the engine is running.
To operate the cooled seats:
Press the cooled seat symbol to cycle through the various cooling settings and off. More indicator lights indicate cooler settings.
If the engine falls below 350 RPM while the cooled seats are on, the feature will turn itself off. You will need to reactivate it.
Your vehicle is equipped with lifetime air filters that are integrated with the seats. Regular maintenance or replacement is not needed.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518923&subTitleSelected=G1693235&topicHRef=G1693236&div=f&vFilteringEnabled=True", "id": "90", "title": "Climate Controlled Seats"} -------------------------------------------------------------------------------- /manualdocs/manual_9.json: -------------------------------------------------------------------------------- 1 | {"body": "For your particular global region, your vehicle may be equipped with features and options that are different from the features and options that are described in this Owner\u2019s Manual. A market unique supplement may be supplied that complements this book. By referring to the market unique supplement, if provided, you can properly identify those features, recommendations and specifications that are unique to your vehicle. This Owner\u2019s Manual is written primarily for the U.S. and Canadian Markets. Features or equipment listed as standard may be different on units built for export. Refer to this Owner\u2019s Manual for all other required information and warnings.For your particular global region, your vehicle may be equipped with features and options that are different from the features and options that are described in this Owner\u2019s Manual. A market unique supplement may be supplied that complements this book. By referring to the market unique supplement, if provided, you can properly identify those features, recommendations and specifications that are unique to your vehicle. This Owner\u2019s Manual is written primarily for the U.S. and Canadian Markets. Features or equipment listed as standard may be different on units built for export. \nRefer to this Owner\u2019s Manual for all other required information and warnings.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1508561&subTitleSelected=G1531422&topicHRef=G1517332&div=f&vFilteringEnabled=True", "id": "10", "title": "Export Unique Options"} -------------------------------------------------------------------------------- /manualdocs/manual_90.json: -------------------------------------------------------------------------------- 1 | {"body": "Fold the armrest down to use the armrest and cupholder.Fold the armrest down to use the armrest and cupholder.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518923&subTitleSelected=G1531302&topicHRef=G1531303&div=f&vFilteringEnabled=True", "id": "91", "title": "Rear Seat Armrest"} -------------------------------------------------------------------------------- /manualdocs/manual_92.json: -------------------------------------------------------------------------------- 1 | {"body": "\u00a0Do not insert objects other than an accessory plug into the power point. \u00a0This will damage the power point and blow the fuse.Do not insert objects other than an accessory plug into the power point. This will damage the power point and blow the fuse.
Run the vehicle for full capacity use of the power point.
Use the power point for powering electric devices that require up to 150 watts. It is on the rear of the center console.
The power outlet temporarily turns off power when in fault mode if the device exceeds the 150 watt limit. Unplug your device and switch the ignition off. Switch the ignition back on, but do not plug your device back in. Let the system cool off and switch the ignition off to reset the fault mode. Switch the ignition back on and make sure the indicator light remains on.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518934&subTitleSelected=G1738070&topicHRef=G1738071&div=f&vFilteringEnabled=True", "id": "93", "title": "Auxiliary Power Points"} -------------------------------------------------------------------------------- /manualdocs/manual_93.json: -------------------------------------------------------------------------------- 1 | {"body": "Stow items in the cupholder carefully as items may become loose during hard braking, acceleration or collisions, including hot drinks which may spill.Stow items in the cupholder carefully as items may become loose during hard braking, acceleration or collisions, including hot drinks which may spill.
Available console features include:
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518936&subTitleSelected=G1518937&topicHRef=G1523793&div=f&vFilteringEnabled=True", "id": "94", "title": "Center Console"} -------------------------------------------------------------------------------- /manualdocs/manual_94.json: -------------------------------------------------------------------------------- 1 | {"body": "Press near the rear edge of the door to open it.Press near the rear edge of the door to open it.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518936&subTitleSelected=G1518938&topicHRef=G1495649&div=f&vFilteringEnabled=True", "id": "95", "title": "Overhead Console"} -------------------------------------------------------------------------------- /manualdocs/manual_95.json: -------------------------------------------------------------------------------- 1 | {"body": "If you disconnect the battery, your vehicle may exhibit some unusual driving characteristics for approximately 8 \u00a0km after you reconnect it. This is because the engine management system must realign itself with the engine. You can disregard any unusual driving characteristics during this period.If you disconnect the battery, your vehicle may exhibit some unusual driving characteristics for approximately 8 km after you reconnect it. This is because the engine management system must realign itself with the engine. You can disregard any unusual driving characteristics during this period.
The powertrain control system meets all Canadian interference-causing equipment standard requirements regulating the impulse electrical field or radio noise.
When you start your vehicle, avoid pressing the accelerator pedal until the ready to drive indicator illuminates. Only use the accelerator pedal when you have difficulty starting your vehicle.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518940&subTitleSelected=G1644096&topicHRef=G1607543&div=f&vFilteringEnabled=True", "id": "96", "title": "General Information"} -------------------------------------------------------------------------------- /manualdocs/manual_96.json: -------------------------------------------------------------------------------- 1 | {"body": "0 (off) - The ignition is off.0 (off) - The ignition is off.
I (accessory) - Allows the electrical accessories, such as the radio, to operate while the engine is not running.
II (on) - All electrical circuits are operational and the warning lamps and indicators illuminate.
III (start) - cranks the engine.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518940&subTitleSelected=G1591885&topicHRef=G1591886&div=f&vFilteringEnabled=True", "id": "97", "title": "Ignition Switch"} -------------------------------------------------------------------------------- /manualdocs/manual_97.json: -------------------------------------------------------------------------------- 1 | {"body": "The keyless starting system has three modes:The keyless starting system has three modes:
Off: Turns the ignition off.
On: All electrical circuits are operational and the warning lamps and indicators illuminate.
Start: Starts your vehicle. The engine may not start when your vehicle starts.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518940&subTitleSelected=G1692124&topicHRef=G1692125&div=f&vFilteringEnabled=True", "id": "98", "title": "Keyless Starting"} -------------------------------------------------------------------------------- /manualdocs/manual_99.json: -------------------------------------------------------------------------------- 1 | {"body": "The heater acts as a starting aid by warming the engine coolant. This allows the climate control system to respond quickly. The equipment includes a heater element (installed in the engine block) and a wire harness. You can connect the system to a grounded 120-volt AC electrical source.The heater acts as a starting aid by warming the engine coolant. This allows the climate control system to respond quickly. The equipment includes a heater element (installed in the engine block) and a wire harness. You can connect the system to a grounded 120-volt AC electrical source.
The engine block heater plug is located in a housing in the left fog lamp bezel. Open the hinged, circular door and make sure the receptacle terminals are clean and dry prior to use. Clean them with a dry cloth if necessary.
The heater uses 0.4 to 1.0 kilowatt-hours of energy per hour of use. The system does not have a thermostat. It will achieve maximum temperature after approximately three hours of operation. If you use the heater longer than three hours, this will not improve system performance and will use unnecessary electricity.
", "sourceUrl": "http://www.fordservicecontent.com/Ford_Content/vdirsnet/OwnerManual/Home/Content?bookCode=O28450&languageCode=en&marketCode=US&viewTech=IE&chapterTitleSelected=G1518940&subTitleSelected=G1518945&topicHRef=G1577499&div=f&vFilteringEnabled=True", "id": "100", "title": "Engine Block Heater"} -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "@ibm-watson/assistant-with-discovery-openwhisk", 3 | "version": "0.1.0", 4 | "private": true, 5 | "dependencies": { 6 | "async": "^2.6.1", 7 | "dotenv": "^6.0.0", 8 | "node-sass-chokidar": "^1.3.3", 9 | "npm-run-all": "^4.1.3", 10 | "path": "^0.12.7", 11 | "react": "^16.4.1", 12 | "react-dom": "^16.4.1", 13 | "replace": "^1.0.0", 14 | "watson-react-components": "^0.6.16", 15 | "watson-developer-cloud": "^3.7.0" 16 | }, 17 | "devDependencies": { 18 | "codecov": "^3.0.4", 19 | "eslint": "^5.1.0", 20 | "eslint-plugin-react": "^7.10.0", 21 | "istanbul": "^0.4.5", 22 | "mocha": "^5.2.0", 23 | "nock": "^9.4.2", 24 | "react-scripts": "^1.1.4" 25 | }, 26 | "scripts": { 27 | "start": "npm-run-all -p watch-css start-js", 28 | "autofix": "eslint . --fix", 29 | "build-css": "node-sass-chokidar src/ -o src/", 30 | "build": "npm run build-css && react-scripts build", 31 | "codecov": "npm run test && ./node_modules/.bin/codecov", 32 | "eject": "react-scripts eject", 33 | "lint": "eslint .", 34 | "start-js": "react-scripts start", 35 | "test": "istanbul cover ./node_modules/mocha/bin/_mocha tests/**/* -- -R spec", 36 | "train": "cp .env.example .env && node ./train-conversation.js && node ./train-discovery.js", 37 | "watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive" 38 | }, 39 | "publishConfig": { 40 | "registry": "https://registry.npmjs.org/", 41 | "access": "public" 42 | } 43 | } 44 | -------------------------------------------------------------------------------- /public/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/watson-developer-cloud/assistant-with-discovery-openwhisk/7ab43b41a7be065c820b97ee948abc276ed3f446/public/favicon.png -------------------------------------------------------------------------------- /public/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |